| 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
|
|
|
|
|