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

Unified Diff: Source/bindings/core/v8/ScriptFunctionCall.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/ScriptFunction.cpp ('k') | Source/bindings/core/v8/ScriptFunctionCall.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/core/v8/ScriptFunctionCall.h
diff --git a/Source/bindings/core/v8/ScriptFunctionCall.h b/Source/bindings/core/v8/ScriptFunctionCall.h
index 7d9195e11b4cebd728d8f2928c1655fe2272a749..24e068205b4ab0ac6fb77c2b71c70cc472087e5f 100644
--- a/Source/bindings/core/v8/ScriptFunctionCall.h
+++ b/Source/bindings/core/v8/ScriptFunctionCall.h
@@ -36,7 +36,7 @@
#include "wtf/Vector.h"
#include "wtf/text/WTFString.h"
-namespace WebCore {
+namespace blink {
class ScriptValue;
class ScriptCallArgumentHandler {
@@ -71,6 +71,6 @@ protected:
String m_name;
};
-} // namespace WebCore
+} // namespace blink
#endif // ScriptFunctionCall
« no previous file with comments | « Source/bindings/core/v8/ScriptFunction.cpp ('k') | Source/bindings/core/v8/ScriptFunctionCall.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698