| Index: Source/bindings/core/v8/V8BindingMacros.h
|
| diff --git a/Source/bindings/core/v8/V8BindingMacros.h b/Source/bindings/core/v8/V8BindingMacros.h
|
| index 1abb3233b80b58d42a3e03bee83d8533635d9449..165d5b7b0144f1c7756a018f4110c2bc2a598063 100644
|
| --- a/Source/bindings/core/v8/V8BindingMacros.h
|
| +++ b/Source/bindings/core/v8/V8BindingMacros.h
|
| @@ -31,7 +31,7 @@
|
| #ifndef V8BindingMacros_h
|
| #define V8BindingMacros_h
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| // Naming scheme:
|
| // TO*_RETURNTYPE[_ARGTYPE]...
|
| @@ -111,6 +111,6 @@ namespace WebCore {
|
| if (UNLIKELY(!var.prepare())) \
|
| return retVal;
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // V8BindingMacros_h
|
|
|