| Index: Source/core/testing/Internals.h
|
| diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h
|
| index ce2f23286f7e0363df314253866748ffcacd0170..efbdd8c4bae1e9fbf0985fd5900cb9b75cff3ccd 100644
|
| --- a/Source/core/testing/Internals.h
|
| +++ b/Source/core/testing/Internals.h
|
| @@ -235,6 +235,7 @@ public:
|
| void closeDummyInspectorFrontend();
|
| Vector<unsigned long> setMemoryCacheCapacities(unsigned long minDeadBytes, unsigned long maxDeadBytes, unsigned long totalBytes);
|
| void setInspectorResourcesDataSizeLimits(int maximumResourcesContentSize, int maximumSingleResourceContentSize, ExceptionState&);
|
| + String inspectorHighlightJSON(Node*, ExceptionState&);
|
|
|
| String counterValue(Element*);
|
|
|
|
|