| Index: third_party/WebKit/Source/web/DevToolsEmulator.cpp
|
| diff --git a/third_party/WebKit/Source/web/DevToolsEmulator.cpp b/third_party/WebKit/Source/web/DevToolsEmulator.cpp
|
| index 63821c414d393d24f0440305cb379b3455175c5c..fde42d13acfc360d09c20d31263667e0a0aa1ae8 100644
|
| --- a/third_party/WebKit/Source/web/DevToolsEmulator.cpp
|
| +++ b/third_party/WebKit/Source/web/DevToolsEmulator.cpp
|
| @@ -81,7 +81,7 @@ DevToolsEmulator::~DevToolsEmulator()
|
| {
|
| }
|
|
|
| -RawPtr<DevToolsEmulator> DevToolsEmulator::create(WebViewImpl* webViewImpl)
|
| +DevToolsEmulator* DevToolsEmulator::create(WebViewImpl* webViewImpl)
|
| {
|
| return new DevToolsEmulator(webViewImpl);
|
| }
|
|
|