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

Unified Diff: Source/bindings/core/v8/ScriptGCEvent.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
« no previous file with comments | « Source/bindings/core/v8/ScriptGCEvent.h ('k') | Source/bindings/core/v8/ScriptHeapSnapshot.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/core/v8/ScriptGCEvent.cpp
diff --git a/Source/bindings/core/v8/ScriptGCEvent.cpp b/Source/bindings/core/v8/ScriptGCEvent.cpp
index 575c0b14cc2c097d8ff1baeb0448e55fcdf4568a..648a593a9caaa5b8533cccf545fe078bbc6e971a 100644
--- a/Source/bindings/core/v8/ScriptGCEvent.cpp
+++ b/Source/bindings/core/v8/ScriptGCEvent.cpp
@@ -36,7 +36,7 @@
#include "wtf/CurrentTime.h"
-namespace WebCore {
+namespace blink {
static GCEventData* isolateGCEventData()
{
@@ -106,5 +106,5 @@ void ScriptGCEvent::gcEpilogueCallback(v8::GCType type, v8::GCCallbackFlags flag
gcEventData->clear();
}
-} // namespace WebCore
+} // namespace blink
« no previous file with comments | « Source/bindings/core/v8/ScriptGCEvent.h ('k') | Source/bindings/core/v8/ScriptHeapSnapshot.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698