Title: [248439] trunk/Source/WebCore
Revision
248439
Author
[email protected]
Date
2019-08-08 12:58:29 -0700 (Thu, 08 Aug 2019)

Log Message

Unreviewed, address post-landing review comments for r248431.

* Modules/indexeddb/IDBRequest.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (248438 => 248439)


--- trunk/Source/WebCore/ChangeLog	2019-08-08 19:13:11 UTC (rev 248438)
+++ trunk/Source/WebCore/ChangeLog	2019-08-08 19:58:29 UTC (rev 248439)
@@ -1,3 +1,9 @@
+2019-08-08  Chris Dumez  <[email protected]>
+
+        Unreviewed, address post-landing review comments for r248431.
+
+        * Modules/indexeddb/IDBRequest.h:
+
 2019-08-08  Said Abou-Hallawa  <[email protected]>
 
         [iOS] Position image information should respect the image orientation

Modified: trunk/Source/WebCore/Modules/indexeddb/IDBRequest.h (248438 => 248439)


--- trunk/Source/WebCore/Modules/indexeddb/IDBRequest.h	2019-08-08 19:13:11 UTC (rev 248438)
+++ trunk/Source/WebCore/Modules/indexeddb/IDBRequest.h	2019-08-08 19:58:29 UTC (rev 248439)
@@ -161,8 +161,8 @@
     void stop() final;
     virtual void cancelForStop();
 
-    void refEventTarget() final { ThreadSafeRefCounted::ref(); }
-    void derefEventTarget() final { ThreadSafeRefCounted::deref(); }
+    void refEventTarget() final { ref(); }
+    void derefEventTarget() final { deref(); }
     void uncaughtExceptionInEventHandler() final;
 
     virtual bool isOpenDBRequest() const { return false; }
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to