Index: Source/bindings/core/v8/custom/V8HTMLOptionsCollectionCustom.cpp |
diff --git a/Source/bindings/core/v8/custom/V8HTMLOptionsCollectionCustom.cpp b/Source/bindings/core/v8/custom/V8HTMLOptionsCollectionCustom.cpp |
index 8e76d78d8034b3eeff903f1a21564027646ba823..04dc0f8c73ccd659e69d5e5295215f2260376af8 100644 |
--- a/Source/bindings/core/v8/custom/V8HTMLOptionsCollectionCustom.cpp |
+++ b/Source/bindings/core/v8/custom/V8HTMLOptionsCollectionCustom.cpp |
@@ -42,7 +42,7 @@ |
#include "core/html/HTMLOptionsCollection.h" |
#include "core/html/HTMLSelectElement.h" |
-namespace WebCore { |
+namespace blink { |
void V8HTMLOptionsCollection::addMethodCustom(const v8::FunctionCallbackInfo<v8::Value>& info) |
{ |
@@ -88,4 +88,4 @@ void V8HTMLOptionsCollection::lengthAttributeSetterCustom(v8::Local<v8::Value> v |
impl->setLength(newLength, exceptionState); |
} |
-} // namespace WebCore |
+} // namespace blink |