Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(180)

Unified Diff: Source/bindings/core/v8/custom/V8HTMLOptionsCollectionCustom.cpp

Issue 398673003: Rename WebCore namespace to blink in bindings and web (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « Source/bindings/core/v8/custom/V8HTMLElementCustom.cpp ('k') | Source/bindings/core/v8/custom/V8HTMLPlugInElementCustom.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698