| Index: Source/core/inspector/InspectorController.h
|
| diff --git a/Source/core/inspector/InspectorController.h b/Source/core/inspector/InspectorController.h
|
| index 0854485bc6454ab47b2561caf6af559df7a080c9..668fae8cd3c8452a8642e6c1a46de126c4f6a97f 100644
|
| --- a/Source/core/inspector/InspectorController.h
|
| +++ b/Source/core/inspector/InspectorController.h
|
| @@ -108,8 +108,6 @@ public:
|
| bool isUnderTest();
|
| void evaluateForTestInFrontend(long callId, const String& script);
|
|
|
| - PassRefPtr<JSONObject> highlightJSONForNode(Node*);
|
| -
|
| void willProcessTask();
|
| void didProcessTask();
|
| void flushPendingProtocolNotifications();
|
|
|