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

Unified Diff: Source/core/css/MediaList.h

Issue 16325005: Remove the Media Query "forward compatibly syntax" support in alignment with HTML5 spec (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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 | « LayoutTests/fast/media/mq-js-stylesheet-media-02-expected.html ('k') | Source/core/css/MediaList.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/MediaList.h
diff --git a/Source/core/css/MediaList.h b/Source/core/css/MediaList.h
index 0b201ef7181dd6800d504676fdd0f1ed531449e6..554cba48a5b57db773a590d4581e7d8cc85db208 100644
--- a/Source/core/css/MediaList.h
+++ b/Source/core/css/MediaList.h
@@ -38,7 +38,6 @@ class MediaQuery;
enum MediaQueryParserMode {
MediaQueryNormalMode,
- MediaQueryForwardCompatibleSyntaxMode,
MediaQueryStrictMode,
};
@@ -52,10 +51,6 @@ public:
{
return adoptRef(new MediaQuerySet(mediaString, MediaQueryNormalMode));
}
- static PassRefPtr<MediaQuerySet> createAllowingDescriptionSyntax(const String& mediaString)
- {
- return adoptRef(new MediaQuerySet(mediaString, MediaQueryForwardCompatibleSyntaxMode));
- }
~MediaQuerySet();
bool set(const String&);
« no previous file with comments | « LayoutTests/fast/media/mq-js-stylesheet-media-02-expected.html ('k') | Source/core/css/MediaList.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698