| Index: third_party/WebKit/Source/platform/v8_inspector/V8InspectorSessionImpl.h
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/V8InspectorSessionImpl.h b/third_party/WebKit/Source/platform/v8_inspector/V8InspectorSessionImpl.h
|
| index 69e5959036ab887a361b839002e384fc55b7c895..ea7f716ece0cf26d19eb8e0d28b0b2f94f4d4e72 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/V8InspectorSessionImpl.h
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/V8InspectorSessionImpl.h
|
| @@ -43,7 +43,6 @@ public:
|
| void reset();
|
| void discardInjectedScripts();
|
| void reportAllContexts(V8RuntimeAgentImpl*);
|
| - void addInspectedObject(PassOwnPtr<V8RuntimeAgent::Inspectable>);
|
| void releaseObjectGroup(const String16& objectGroup);
|
| void setCustomObjectFormatterEnabled(bool);
|
|
|
|
|