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

Unified Diff: Source/platform/heap/glue/PendingGCRunner.h

Issue 400543004: Rename WebCore namespace to blink in Platform (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/platform/heap/glue/MessageLoopInterruptor.h ('k') | Source/platform/image-decoders/ImageDecoder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/heap/glue/PendingGCRunner.h
diff --git a/Source/platform/heap/glue/PendingGCRunner.h b/Source/platform/heap/glue/PendingGCRunner.h
index e3d35165a95dfe5a0dc31ae546730b79c39aecc8..802801f8f409d784df349c3baa6d17f4d9e63882 100644
--- a/Source/platform/heap/glue/PendingGCRunner.h
+++ b/Source/platform/heap/glue/PendingGCRunner.h
@@ -34,7 +34,7 @@
#include "platform/heap/ThreadState.h"
#include "public/platform/WebThread.h"
-namespace WebCore {
+namespace blink {
class PendingGCRunner : public blink::WebThread::TaskObserver {
public:
@@ -60,8 +60,8 @@ public:
if (m_nesting)
m_nesting--;
- WebCore::ThreadState* state = WebCore::ThreadState::current();
- state->safePoint(m_nesting ? WebCore::ThreadState::HeapPointersOnStack : WebCore::ThreadState::NoHeapPointersOnStack);
+ blink::ThreadState* state = blink::ThreadState::current();
+ state->safePoint(m_nesting ? blink::ThreadState::HeapPointersOnStack : blink::ThreadState::NoHeapPointersOnStack);
}
private:
« no previous file with comments | « Source/platform/heap/glue/MessageLoopInterruptor.h ('k') | Source/platform/image-decoders/ImageDecoder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698