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

Unified Diff: Source/core/css/MediaQueryListListener.cpp

Issue 361003004: Make it possible to subclass MediaQueryListListener (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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/core/css/MediaQueryListListener.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/MediaQueryListListener.cpp
diff --git a/Source/core/css/MediaQueryListListener.cpp b/Source/core/css/MediaQueryListListener.cpp
index 2be34648ea26b9c471ce5c3f14ee7fb04c321a60..8faca14b2cdc4199c49c3f5519992a5f3c8f3730 100644
--- a/Source/core/css/MediaQueryListListener.cpp
+++ b/Source/core/css/MediaQueryListListener.cpp
@@ -26,6 +26,11 @@
namespace WebCore {
+MediaQueryListListener::MediaQueryListListener()
+{
+ // only for use by subclasses
+}
+
MediaQueryListListener::MediaQueryListListener(ScriptState* scriptState, const ScriptValue& function)
: m_scriptState(scriptState)
, m_function(function)
« no previous file with comments | « Source/core/css/MediaQueryListListener.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698