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

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

Issue 1321943002: Support for CSSOM CSSNamespaceRule interface (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Updated as per review comments Created 5 years, 3 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/CSSNamespaceRule.idl ('k') | Source/core/css/CSSRule.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/CSSRule.h
diff --git a/Source/core/css/CSSRule.h b/Source/core/css/CSSRule.h
index 26e851d65935cbaaa14fbbb8d997056e21d669f6..8505dd4022016eb427791124b95f77dae6cc0843 100644
--- a/Source/core/css/CSSRule.h
+++ b/Source/core/css/CSSRule.h
@@ -51,6 +51,7 @@ public:
WEBKIT_KEYFRAMES_RULE = KEYFRAMES_RULE,
KEYFRAME_RULE = 8,
WEBKIT_KEYFRAME_RULE = KEYFRAME_RULE,
+ NAMESPACE_RULE = 10,
SUPPORTS_RULE = 12,
VIEWPORT_RULE = 15,
};
« no previous file with comments | « Source/core/css/CSSNamespaceRule.idl ('k') | Source/core/css/CSSRule.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698