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

Unified Diff: Source/web/WebDOMEvent.cpp

Issue 205523003: Remove beforeload events. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove more tests Created 6 years, 9 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 | « Source/platform/RuntimeEnabledFeatures.in ('k') | public/web/WebDOMEvent.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebDOMEvent.cpp
diff --git a/Source/web/WebDOMEvent.cpp b/Source/web/WebDOMEvent.cpp
index 2d833bbeb34f2af9f4e539d22467602dbf74f91b..eb70c33c240c55d0f2fc2835156eaa3d1197ba04 100644
--- a/Source/web/WebDOMEvent.cpp
+++ b/Source/web/WebDOMEvent.cpp
@@ -198,10 +198,4 @@ bool WebDOMEvent::isXMLHttpRequestProgressEvent() const
return m_private->hasInterface(WebCore::EventNames::XMLHttpRequestProgressEvent);
}
-bool WebDOMEvent::isBeforeLoadEvent() const
-{
- ASSERT(m_private.get());
- return m_private->hasInterface(WebCore::EventNames::BeforeLoadEvent);
-}
-
} // namespace blink
« no previous file with comments | « Source/platform/RuntimeEnabledFeatures.in ('k') | public/web/WebDOMEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698