Title: [256518] branches/safari-609-branch/Source/WebKit/WebProcess/WebStorage/StorageAreaImpl.cpp
Revision
256518
Author
[email protected]
Date
2020-02-13 10:06:56 -0800 (Thu, 13 Feb 2020)

Log Message

Revert "Unreviewed build fix. rdar://problem/59298172"

This reverts commit r256393.

Modified Paths

Diff

Modified: branches/safari-609-branch/Source/WebKit/WebProcess/WebStorage/StorageAreaImpl.cpp (256517 => 256518)


--- branches/safari-609-branch/Source/WebKit/WebProcess/WebStorage/StorageAreaImpl.cpp	2020-02-13 17:56:06 UTC (rev 256517)
+++ branches/safari-609-branch/Source/WebKit/WebProcess/WebStorage/StorageAreaImpl.cpp	2020-02-13 18:06:56 UTC (rev 256518)
@@ -46,7 +46,7 @@
     : m_identifier(Identifier::generate())
     , m_storageAreaMap(makeWeakPtr(storageAreaMap))
 {
-    storageAreaMap->incrementUseCount();
+    storageAreaMap.incrementUseCount();
 }
 
 StorageAreaImpl::~StorageAreaImpl()
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to