| 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);
|
|
|