Index: Source/core/inspector/InjectedScriptHost.h |
diff --git a/Source/core/inspector/InjectedScriptHost.h b/Source/core/inspector/InjectedScriptHost.h |
index be0d7884fa4a9e8b9d57f190774300b7af0deaf6..c0ffc2abf0bc6a345bbf5b157640a0a33204d8c5 100644 |
--- a/Source/core/inspector/InjectedScriptHost.h |
+++ b/Source/core/inspector/InjectedScriptHost.h |
@@ -81,6 +81,7 @@ public: |
void addInspectedObject(PassOwnPtr<InspectableObject>); |
void clearInspectedObjects(); |
InspectableObject* inspectedObject(unsigned num); |
+ unsigned numInspectedObjects(); |
void inspectImpl(PassRefPtr<JSONValue> objectToInspect, PassRefPtr<JSONValue> hints); |
void getEventListenersImpl(EventTarget*, Vector<EventListenerInfo>& listenersArray); |