| Index: third_party/WebKit/Source/web/InspectorOverlay.h
|
| diff --git a/third_party/WebKit/Source/web/InspectorOverlay.h b/third_party/WebKit/Source/web/InspectorOverlay.h
|
| index 6cabc376fcaa8a4f1a42ce39f2820498e3415f6a..bd5a9b3e31988c2448f836b34ce60cd6954e1050 100644
|
| --- a/third_party/WebKit/Source/web/InspectorOverlay.h
|
| +++ b/third_party/WebKit/Source/web/InspectorOverlay.h
|
| @@ -125,7 +125,7 @@ private:
|
| LocalFrame* overlayMainFrame();
|
| void reset(const IntSize& viewportSize, const IntPoint& documentScrollOffset);
|
| void evaluateInOverlay(const String& method, const String& argument);
|
| - void evaluateInOverlay(const String& method, PassOwnPtr<protocol::Value> argument);
|
| + void evaluateInOverlay(const String& method, std::unique_ptr<protocol::Value> argument);
|
| void onTimer(Timer<InspectorOverlay>*);
|
| void rebuildOverlayPage();
|
| void invalidate();
|
|
|