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

Unified Diff: third_party/WebKit/Source/core/css/StyleSheetList.h

Issue 2405143003: Separate @viewport from other RuleSet construction. (Closed)
Patch Set: Missing resolve() Created 4 years, 2 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: third_party/WebKit/Source/core/css/StyleSheetList.h
diff --git a/third_party/WebKit/Source/core/css/StyleSheetList.h b/third_party/WebKit/Source/core/css/StyleSheetList.h
index 3dcd4bea1ffc246e6d8feeaf68e0a30ae790f4f6..38b79edac006c7401878153251fc389fa7045cfd 100644
--- a/third_party/WebKit/Source/core/css/StyleSheetList.h
+++ b/third_party/WebKit/Source/core/css/StyleSheetList.h
@@ -33,8 +33,9 @@ namespace blink {
class HTMLStyleElement;
class StyleSheet;
-class StyleSheetList final : public GarbageCollected<StyleSheetList>,
- public ScriptWrappable {
+class CORE_EXPORT StyleSheetList final
+ : public GarbageCollected<StyleSheetList>,
+ public ScriptWrappable {
DEFINE_WRAPPERTYPEINFO();
public:
« no previous file with comments | « third_party/WebKit/Source/core/css/StyleSheetContents.cpp ('k') | third_party/WebKit/Source/core/css/parser/CSSParserImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698