Title: [212307] trunk/Source/WebCore
Revision
212307
Author
aakash_j...@apple.com
Date
2017-02-14 10:51:24 -0800 (Tue, 14 Feb 2017)

Log Message

Remove unused WebThreadContextIsCurrent method from WebCoreThread.h
https://bugs.webkit.org/show_bug.cgi?id=168254

Reviewed by Dan Bernstein.

* platform/ios/wak/WebCoreThread.h: Removed unused WebThreadContextIsCurrent.
* platform/ios/wak/WebCoreThread.mm:
(WebThreadContextIsCurrent): Deleted.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (212306 => 212307)


--- trunk/Source/WebCore/ChangeLog	2017-02-14 18:07:39 UTC (rev 212306)
+++ trunk/Source/WebCore/ChangeLog	2017-02-14 18:51:24 UTC (rev 212307)
@@ -1,3 +1,14 @@
+2017-02-14  Aakash Jain  <aakash_j...@apple.com>
+
+        Remove unused WebThreadContextIsCurrent method from WebCoreThread.h
+        https://bugs.webkit.org/show_bug.cgi?id=168254
+
+        Reviewed by Dan Bernstein.
+
+        * platform/ios/wak/WebCoreThread.h: Removed unused WebThreadContextIsCurrent.
+        * platform/ios/wak/WebCoreThread.mm:
+        (WebThreadContextIsCurrent): Deleted.
+
 2017-02-14  Alexey Proskuryakov  <a...@apple.com>
 
         WebCore shouldn't export SystemMemory.h

Modified: trunk/Source/WebCore/platform/ios/wak/WebCoreThread.h (212306 => 212307)


--- trunk/Source/WebCore/platform/ios/wak/WebCoreThread.h	2017-02-14 18:07:39 UTC (rev 212306)
+++ trunk/Source/WebCore/platform/ios/wak/WebCoreThread.h	2017-02-14 18:51:24 UTC (rev 212307)
@@ -88,7 +88,6 @@
 CFRunLoopRef WebThreadRunLoop(void);
 WEBCORE_EXPORT NSRunLoop* WebThreadNSRunLoop(void);
 WebThreadContext *WebThreadCurrentContext(void);
-bool WebThreadContextIsCurrent(void);
 
 WEBCORE_EXPORT void WebThreadSetDelegateSourceRunLoopMode(CFStringRef mode);
 

Modified: trunk/Source/WebCore/platform/ios/wak/WebCoreThread.mm (212306 => 212307)


--- trunk/Source/WebCore/platform/ios/wak/WebCoreThread.mm	2017-02-14 18:07:39 UTC (rev 212306)
+++ trunk/Source/WebCore/platform/ios/wak/WebCoreThread.mm	2017-02-14 18:51:24 UTC (rev 212307)
@@ -992,11 +992,6 @@
     return CurrentThreadContext();
 }
 
-bool WebThreadContextIsCurrent(void)
-{   
-    return WebThreadCurrentContext() == webThreadContext;
-}
-
 void WebThreadSetDelegateSourceRunLoopMode(CFStringRef mode)
 {
     ASSERT(!webThreadStarted);
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to