| Index: Source/web/WebBindings.cpp
|
| diff --git a/Source/web/WebBindings.cpp b/Source/web/WebBindings.cpp
|
| index f5b6b53555c71924cd4c384de2fdc6fe5f246d55..fd7a821a674eff177067b95dd38d0a1d0ab28aee 100644
|
| --- a/Source/web/WebBindings.cpp
|
| +++ b/Source/web/WebBindings.cpp
|
| @@ -52,7 +52,7 @@
|
|
|
| using namespace WebCore;
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| bool WebBindings::construct(NPP npp, NPObject* object, const NPVariant* args, uint32_t argCount, NPVariant* result)
|
| {
|
| @@ -398,4 +398,4 @@ v8::Handle<v8::Value> WebBindings::toV8Value(const NPVariant* variant)
|
| return convertNPVariantToV8Object(variant, 0, isolate);
|
| }
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|