Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1243)

Unified Diff: Source/core/inspector/EventListenerInfo.h

Issue 1268353005: [DevTools] Support JQuery event listeners (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698