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

Unified Diff: Source/core/dom/Document.h

Issue 254133002: Remove support for Document.createEvent() without argument (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add layout test Created 6 years, 8 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
« no previous file with comments | « LayoutTests/svg/dom/document-createEvent-mandatory-arg-expected.txt ('k') | Source/core/dom/Document.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Document.h
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
index 8aa260e548bb16bc0b4d33e0a2044e3efa8304a0..0c8dd10efb546879c7cf72d31f063fe91ee3e9de 100644
--- a/Source/core/dom/Document.h
+++ b/Source/core/dom/Document.h
@@ -690,7 +690,6 @@ public:
EventListener* getWindowAttributeEventListener(const AtomicString& eventType);
PassRefPtrWillBeRawPtr<Event> createEvent(const String& eventType, ExceptionState&);
- PassRefPtrWillBeRawPtr<Event> createEvent(ExceptionState&);
// keep track of what types of event listeners are registered, so we don't
// dispatch events unnecessarily
« no previous file with comments | « LayoutTests/svg/dom/document-createEvent-mandatory-arg-expected.txt ('k') | Source/core/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698