summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/modules/webdatabase/dom_window_web_database.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/modules/webdatabase/dom_window_web_database.h')
-rw-r--r--chromium/third_party/blink/renderer/modules/webdatabase/dom_window_web_database.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/chromium/third_party/blink/renderer/modules/webdatabase/dom_window_web_database.h b/chromium/third_party/blink/renderer/modules/webdatabase/dom_window_web_database.h
index cfa9ac4981f..ab2536e06bb 100644
--- a/chromium/third_party/blink/renderer/modules/webdatabase/dom_window_web_database.h
+++ b/chromium/third_party/blink/renderer/modules/webdatabase/dom_window_web_database.h
@@ -27,6 +27,7 @@
#ifndef THIRD_PARTY_BLINK_RENDERER_MODULES_WEBDATABASE_DOM_WINDOW_WEB_DATABASE_H_
#define THIRD_PARTY_BLINK_RENDERER_MODULES_WEBDATABASE_DOM_WINDOW_WEB_DATABASE_H_
+#include "third_party/blink/renderer/modules/modules_export.h"
#include "third_party/blink/renderer/platform/heap/handle.h"
#include "third_party/blink/renderer/platform/wtf/forward.h"
@@ -37,7 +38,7 @@ class ExceptionState;
class LocalDOMWindow;
class V8DatabaseCallback;
-class DOMWindowWebDatabase {
+class MODULES_EXPORT DOMWindowWebDatabase {
STATIC_ONLY(DOMWindowWebDatabase);
public:
@@ -54,6 +55,7 @@ class DOMWindowWebDatabase {
uint32_t estimated_size,
V8DatabaseCallback* creation_callback,
ExceptionState&);
+ static bool IsThirdPartyContextWebSQLDeprecated();
};
} // namespace blink