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