| Index: Source/core/inspector/InjectedScriptHost.h
|
| diff --git a/Source/core/inspector/InjectedScriptHost.h b/Source/core/inspector/InjectedScriptHost.h
|
| index ceb5f020e549de0a088b62bbe68b312468f0b04f..c2b8600cbd9b01b6b8f5ac5109359d17b0532dd3 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);
|
|
|