| Index: Source/core/inspector/EventListenerInfo.h
|
| diff --git a/Source/core/inspector/EventListenerInfo.h b/Source/core/inspector/EventListenerInfo.h
|
| index 15c3d75a14c0c28cbb9095ab4a8a4ad770ad6432..876770f26daeadf7734f3a0489ca2c9c3a5259a6 100644
|
| --- a/Source/core/inspector/EventListenerInfo.h
|
| +++ b/Source/core/inspector/EventListenerInfo.h
|
| @@ -62,8 +62,6 @@ private:
|
| bool m_isUseCapturePass;
|
| };
|
|
|
| -PassRefPtr<TypeBuilder::Runtime::RemoteObject> eventHandlerObject(ExecutionContext*, EventListener*, InjectedScriptManager*, const String* objectGroupId);
|
| -
|
| } // namespace blink
|
|
|
| WTF_ALLOW_CLEAR_UNUSED_SLOTS_WITH_MEM_FUNCTIONS(blink::EventListenerInfo);
|
|
|