Index: Source/core/inspector/InspectorController.h |
diff --git a/Source/core/inspector/InspectorController.h b/Source/core/inspector/InspectorController.h |
index 6a328dcb514915996459a38bd8ab1081e2ab0a95..3c829c8a1acfc002c6f53efaa399dd2900cea1dd 100644 |
--- a/Source/core/inspector/InspectorController.h |
+++ b/Source/core/inspector/InspectorController.h |
@@ -123,6 +123,8 @@ public: |
void processGPUEvent(double timestamp, int phase, bool foreign, size_t usedGPUMemoryBytes); |
+ void scriptsEnabled(bool); |
+ |
private: |
InspectorController(Page*, InspectorClient*); |