| Index: third_party/WebKit/Source/web/InspectorEmulationAgent.h
|
| diff --git a/third_party/WebKit/Source/web/InspectorEmulationAgent.h b/third_party/WebKit/Source/web/InspectorEmulationAgent.h
|
| index f3e906b972370da672822f6a2e8f779d855382da..d2b11ffed00162505d70cc0fb8d7278c795a0723 100644
|
| --- a/third_party/WebKit/Source/web/InspectorEmulationAgent.h
|
| +++ b/third_party/WebKit/Source/web/InspectorEmulationAgent.h
|
| @@ -22,7 +22,7 @@ public:
|
| virtual void setCPUThrottlingRate(double rate) {}
|
| };
|
|
|
| - static RawPtr<InspectorEmulationAgent> create(WebLocalFrameImpl*, Client*);
|
| + static InspectorEmulationAgent* create(WebLocalFrameImpl*, Client*);
|
| ~InspectorEmulationAgent() override;
|
|
|
| // protocol::Dispatcher::EmulationCommandHandler implementation.
|
|
|