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

Unified Diff: sky/engine/bindings/core/v8/custom/V8CSSValueCustom.cpp

Issue 676923002: Remove the webkit prefix from idl properties and interfaces. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 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: sky/engine/bindings/core/v8/custom/V8CSSValueCustom.cpp
diff --git a/sky/engine/bindings/core/v8/custom/V8CSSValueCustom.cpp b/sky/engine/bindings/core/v8/custom/V8CSSValueCustom.cpp
index 451d2921232eb2046bfcf872dd120896e2153320..21aa7fe01dfe9fdfd631941ad9ec5aafadd75a20 100644
--- a/sky/engine/bindings/core/v8/custom/V8CSSValueCustom.cpp
+++ b/sky/engine/bindings/core/v8/custom/V8CSSValueCustom.cpp
@@ -33,8 +33,8 @@
#include "bindings/core/v8/V8CSSPrimitiveValue.h"
#include "bindings/core/v8/V8CSSValueList.h"
-#include "bindings/core/v8/V8WebKitCSSFilterValue.h"
-#include "bindings/core/v8/V8WebKitCSSTransformValue.h"
+#include "bindings/core/v8/V8CSSFilterValue.h"
+#include "bindings/core/v8/V8CSSTransformValue.h"
namespace blink {
« no previous file with comments | « sky/engine/bindings/core/v8/custom/V8CSSRuleCustom.cpp ('k') | sky/engine/core/animation/css/CSSAnimations.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698