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

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

Issue 171383002: A thread-safe Media Query Parser (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Another attempt to fix Android build issues Created 6 years, 10 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/css/MediaFeatureNames.h
diff --git a/Source/core/css/MediaFeatureNames.h b/Source/core/css/MediaFeatureNames.h
index 762437242b8840eae47bc24c9f9af38dcb7f913f..46bab7d2974684b404e0e648f501a691c66301dd 100644
--- a/Source/core/css/MediaFeatureNames.h
+++ b/Source/core/css/MediaFeatureNames.h
@@ -21,7 +21,7 @@
#ifndef MediaFeatureNames_h
#define MediaFeatureNames_h
-#include "wtf/text/AtomicString.h"
+#include "wtf/text/WTFString.h"
namespace WebCore {
namespace MediaFeatureNames {
@@ -73,7 +73,7 @@ namespace MediaFeatureNames {
// end of macro
#ifndef CSS_MEDIAQUERY_NAMES_HIDE_GLOBALS
-#define CSS_MEDIAQUERY_NAMES_DECLARE(name, str) extern const AtomicString name##MediaFeature;
+#define CSS_MEDIAQUERY_NAMES_DECLARE(name, str) extern const String name##MediaFeature;
abarth-chromium 2014/03/01 07:28:25 Can you change this to be MediaFeatureNames.in and
CSS_MEDIAQUERY_NAMES_FOR_EACH_MEDIAFEATURE(CSS_MEDIAQUERY_NAMES_DECLARE)
#undef CSS_MEDIAQUERY_NAMES_DECLARE
#endif

Powered by Google App Engine
This is Rietveld 408576698