| Index: Source/bindings/core/v8/custom/V8HTMLPlugInElementCustom.cpp
|
| diff --git a/Source/bindings/core/v8/custom/V8HTMLPlugInElementCustom.cpp b/Source/bindings/core/v8/custom/V8HTMLPlugInElementCustom.cpp
|
| index 2577f0260334f4aef96cbb7c8e0fe80e8d1a8a27..6c3ef82b57bb13c25ff7b580074c39176a4d2ba4 100644
|
| --- a/Source/bindings/core/v8/custom/V8HTMLPlugInElementCustom.cpp
|
| +++ b/Source/bindings/core/v8/custom/V8HTMLPlugInElementCustom.cpp
|
| @@ -38,7 +38,7 @@
|
| #include "bindings/core/v8/V8NPObject.h"
|
| #include "core/frame/UseCounter.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| // FIXME: Consider moving getter/setter helpers to V8NPObject and renaming this file to V8PluginElementFunctions
|
| // to match JSC bindings naming convention.
|
| @@ -184,4 +184,4 @@ void V8HTMLObjectElement::indexedPropertySetterCustom(uint32_t index, v8::Local<
|
| npObjectIndexedSetter<V8HTMLObjectElement>(index, value, info);
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|