| Index: Source/core/testing/Internals.h
|
| diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h
|
| index e7f2f1286c118351735cc8a53da6313a7c737b09..6998770c0a613962cb23ebf7b5d36cda51d07b7c 100644
|
| --- a/Source/core/testing/Internals.h
|
| +++ b/Source/core/testing/Internals.h
|
| @@ -234,7 +234,6 @@ public:
|
| PassRefPtrWillBeRawPtr<LocalDOMWindow> openDummyInspectorFrontend(const String& url);
|
| void closeDummyInspectorFrontend();
|
| Vector<unsigned long> setMemoryCacheCapacities(unsigned long minDeadBytes, unsigned long maxDeadBytes, unsigned long totalBytes);
|
| - String inspectorHighlightJSON(Node*, ExceptionState&);
|
|
|
| String counterValue(Element*);
|
|
|
|
|