| Index: Source/bindings/core/v8/custom/V8CSSRuleCustom.cpp
|
| diff --git a/Source/bindings/core/v8/custom/V8CSSRuleCustom.cpp b/Source/bindings/core/v8/custom/V8CSSRuleCustom.cpp
|
| index 4aff8aa4090b88d12a1dfee637c9523cc0d46842..6d3ca44f86ac14a3bf45c5ecf5b026ee1a193d5f 100644
|
| --- a/Source/bindings/core/v8/custom/V8CSSRuleCustom.cpp
|
| +++ b/Source/bindings/core/v8/custom/V8CSSRuleCustom.cpp
|
| @@ -43,7 +43,7 @@
|
| #include "bindings/core/v8/V8CSSViewportRule.h"
|
| #include "bindings/core/v8/V8WebKitCSSFilterRule.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| v8::Handle<v8::Object> wrap(CSSRule* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
|
| {
|
| @@ -80,4 +80,4 @@ v8::Handle<v8::Object> wrap(CSSRule* impl, v8::Handle<v8::Object> creationContex
|
| return V8CSSRule::createWrapper(impl, creationContext, isolate);
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|