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

Unified Diff: Source/bindings/core/v8/V8NPObject.h

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
« no previous file with comments | « Source/bindings/core/v8/V8MutationCallback.cpp ('k') | Source/bindings/core/v8/V8NPObject.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/core/v8/V8NPObject.h
diff --git a/Source/bindings/core/v8/V8NPObject.h b/Source/bindings/core/v8/V8NPObject.h
index dc5d336fbe5dcef83efd0d1623b5f3a386dde442..a0c4423152dc8e1f94a23bd74740804599586464 100644
--- a/Source/bindings/core/v8/V8NPObject.h
+++ b/Source/bindings/core/v8/V8NPObject.h
@@ -35,7 +35,7 @@
struct NPObject;
-namespace WebCore {
+namespace blink {
// These functions can be replaced by normal JS operation.
// Getters
@@ -63,6 +63,6 @@ v8::Local<v8::Object> createV8ObjectForNPObject(NPObject*, NPObject* root, v8::I
// cannot be referred to.
void forgetV8ObjectForNPObject(NPObject*);
-} // namespace WebCore
+} // namespace blink
#endif // V8NPObject_h
« no previous file with comments | « Source/bindings/core/v8/V8MutationCallback.cpp ('k') | Source/bindings/core/v8/V8NPObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698