diff options
Diffstat (limited to 'Source/WebKit/chromium/src/CCThreadImpl.cpp')
-rw-r--r-- | Source/WebKit/chromium/src/CCThreadImpl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebKit/chromium/src/CCThreadImpl.cpp b/Source/WebKit/chromium/src/CCThreadImpl.cpp index 1c9a447ac..ef7bb5cb3 100644 --- a/Source/WebKit/chromium/src/CCThreadImpl.cpp +++ b/Source/WebKit/chromium/src/CCThreadImpl.cpp @@ -103,7 +103,7 @@ ThreadIdentifier CCThreadImpl::threadID() const CCThreadImpl::CCThreadImpl(WebThread* thread) : m_thread(thread) { - if (thread == webKitPlatformSupport()->currentThread()) { + if (thread == WebKit::Platform::current()->currentThread()) { m_threadID = currentThread(); return; } |