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

Unified Diff: Source/core/css/CSSRegionRule.idl

Issue 15797004: Cleanup WebKit prefixed names for classes in css directory. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 7 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/CSSRegionRule.cpp ('k') | Source/core/css/CSSSVGDocumentValue.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/CSSRegionRule.idl
diff --git a/Source/core/css/WebKitCSSRegionRule.idl b/Source/core/css/CSSRegionRule.idl
similarity index 92%
rename from Source/core/css/WebKitCSSRegionRule.idl
rename to Source/core/css/CSSRegionRule.idl
index 2dfbf3936e08084793a5196fb11ae55cfd03ad9c..0b264a38ba807f15f7037c86246b55c8c4360e21 100644
--- a/Source/core/css/WebKitCSSRegionRule.idl
+++ b/Source/core/css/CSSRegionRule.idl
@@ -28,8 +28,9 @@
*/
[
- EnabledAtRuntime=cssRegions
-] interface WebKitCSSRegionRule : CSSRule {
+ EnabledAtRuntime=cssRegions,
+ InterfaceName=WebKitCSSRegionRule
kenneth.r.christiansen 2013/05/29 19:47:35 the interface name doesn't need to change here? Do
+] interface CSSRegionRule : CSSRule {
readonly attribute CSSRuleList cssRules;
};
« no previous file with comments | « Source/core/css/CSSRegionRule.cpp ('k') | Source/core/css/CSSSVGDocumentValue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698