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

Unified Diff: Source/bindings/v8/custom/V8CSSRuleCustom.cpp

Issue 16273010: Stop using [InterfaceName] in CSS IDL files (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix merge conflict for CSSViewportRule 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 | « no previous file | Source/bindings/v8/custom/V8CSSValueCustom.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/v8/custom/V8CSSRuleCustom.cpp
diff --git a/Source/bindings/v8/custom/V8CSSRuleCustom.cpp b/Source/bindings/v8/custom/V8CSSRuleCustom.cpp
index 143cd8c00152ee737e1862b6969e3b687fd43d8d..e1f07d4dd77d337e2a42d70e6a363cf791053ced 100644
--- a/Source/bindings/v8/custom/V8CSSRuleCustom.cpp
+++ b/Source/bindings/v8/custom/V8CSSRuleCustom.cpp
@@ -32,18 +32,18 @@
#include "V8CSSRule.h"
#include "V8CSSCharsetRule.h"
-#include "V8CSSFilterRule.h"
#include "V8CSSFontFaceRule.h"
#include "V8CSSHostRule.h"
#include "V8CSSImportRule.h"
-#include "V8CSSKeyframeRule.h"
-#include "V8CSSKeyframesRule.h"
#include "V8CSSMediaRule.h"
#include "V8CSSPageRule.h"
-#include "V8CSSRegionRule.h"
#include "V8CSSStyleRule.h"
#include "V8CSSSupportsRule.h"
#include "V8CSSViewportRule.h"
+#include "V8WebKitCSSFilterRule.h"
+#include "V8WebKitCSSKeyframeRule.h"
+#include "V8WebKitCSSKeyframesRule.h"
+#include "V8WebKitCSSRegionRule.h"
namespace WebCore {
« no previous file with comments | « no previous file | Source/bindings/v8/custom/V8CSSValueCustom.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698