Title: [223885] trunk/Source/WebCore
- Revision
- 223885
- Author
- [email protected]
- Date
- 2017-10-24 01:38:28 -0700 (Tue, 24 Oct 2017)
Log Message
-Wsubobject-linkage warning in InspectorIndexedDBAgent.cpp
https://bugs.webkit.org/show_bug.cgi?id=178698
Reviewed by Joseph Pecoraro.
* inspector/InspectorIndexedDBAgent.cpp:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (223884 => 223885)
--- trunk/Source/WebCore/ChangeLog 2017-10-24 08:20:03 UTC (rev 223884)
+++ trunk/Source/WebCore/ChangeLog 2017-10-24 08:38:28 UTC (rev 223885)
@@ -1,3 +1,12 @@
+2017-10-24 Michael Catanzaro <[email protected]>
+
+ -Wsubobject-linkage warning in InspectorIndexedDBAgent.cpp
+ https://bugs.webkit.org/show_bug.cgi?id=178698
+
+ Reviewed by Joseph Pecoraro.
+
+ * inspector/InspectorIndexedDBAgent.cpp:
+
2017-10-24 Antoine Quint <[email protected]>
[Web Animations] Add basic timing and target properties
Modified: trunk/Source/WebCore/inspector/InspectorIndexedDBAgent.cpp (223884 => 223885)
--- trunk/Source/WebCore/inspector/InspectorIndexedDBAgent.cpp 2017-10-24 08:20:03 UTC (rev 223884)
+++ trunk/Source/WebCore/inspector/InspectorIndexedDBAgent.cpp 2017-10-24 08:38:28 UTC (rev 223885)
@@ -625,6 +625,8 @@
dataLoader->start(idbFactory, &document->securityOrigin(), databaseName);
}
+namespace {
+
class ClearObjectStoreListener final : public EventListener {
WTF_MAKE_NONCOPYABLE(ClearObjectStoreListener);
public:
@@ -713,6 +715,8 @@
Ref<ClearObjectStoreCallback> m_requestCallback;
};
+} // anonymous namespace
+
void InspectorIndexedDBAgent::clearObjectStore(ErrorString& errorString, const String& securityOrigin, const String& databaseName, const String& objectStoreName, Ref<ClearObjectStoreCallback>&& requestCallback)
{
Frame* frame = m_pageAgent->findFrameWithSecurityOrigin(securityOrigin);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes