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

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

Issue 16209003: Unprefix the @viewport rule of CSS Device Adaptation spec (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
Index: Source/bindings/v8/custom/V8CSSRuleCustom.cpp
diff --git a/Source/bindings/v8/custom/V8CSSRuleCustom.cpp b/Source/bindings/v8/custom/V8CSSRuleCustom.cpp
index e1f07d4dd77d337e2a42d70e6a363cf791053ced..8bbd6851b52f1a0764e8111bd1708efbff1c8a09 100644
--- a/Source/bindings/v8/custom/V8CSSRuleCustom.cpp
+++ b/Source/bindings/v8/custom/V8CSSRuleCustom.cpp
@@ -74,7 +74,7 @@ v8::Handle<v8::Object> wrap(CSSRule* impl, v8::Handle<v8::Object> creationContex
return wrap(static_cast<CSSKeyframesRule*>(impl), creationContext, isolate);
case CSSRule::SUPPORTS_RULE:
return wrap(static_cast<CSSSupportsRule*>(impl), creationContext, isolate);
- case CSSRule::WEBKIT_VIEWPORT_RULE:
+ case CSSRule::VIEWPORT_RULE:
return wrap(static_cast<CSSViewportRule*>(impl), creationContext, isolate);
case CSSRule::WEBKIT_REGION_RULE:
return wrap(static_cast<CSSRegionRule*>(impl), creationContext, isolate);
« no previous file with comments | « LayoutTests/css3/device-adapt/viewport-width-not-affecting-next-page.html ('k') | Source/core/css/CSSGrammar.y.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698