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

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

Issue 1112793002: Removing blink::prefix (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixing buildIssues Created 5 years, 8 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/ScriptStreamer.cpp ('k') | Source/bindings/core/v8/ScriptStreamerThread.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/core/v8/ScriptStreamerThread.h
diff --git a/Source/bindings/core/v8/ScriptStreamerThread.h b/Source/bindings/core/v8/ScriptStreamerThread.h
index 3b6f27cfeaa6794363610dd73d1bb321bfa847e1..4bbcdde37dc6c08ab18e6b3b7d801b4689695adc 100644
--- a/Source/bindings/core/v8/ScriptStreamerThread.h
+++ b/Source/bindings/core/v8/ScriptStreamerThread.h
@@ -43,11 +43,11 @@ private:
return !!m_thread;
}
- blink::WebThread& platformThread();
+ WebThread& platformThread();
// At the moment, we only use one thread, so we can only stream one script
// at a time. FIXME: Use a thread pool and stream multiple scripts.
- WTF::OwnPtr<blink::WebThread> m_thread;
+ WTF::OwnPtr<WebThread> m_thread;
bool m_runningTask;
mutable Mutex m_mutex; // Guards m_runningTask.
};
« no previous file with comments | « Source/bindings/core/v8/ScriptStreamer.cpp ('k') | Source/bindings/core/v8/ScriptStreamerThread.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698