Index: third_party/WebKit/public/platform/Platform.h |
diff --git a/third_party/WebKit/public/platform/Platform.h b/third_party/WebKit/public/platform/Platform.h |
index 593fd41a0dcfba5591f5b2ade499b1846643ddfe..ddf4b6bc26844478c78f0279665f1d47688c90fa 100644 |
--- a/third_party/WebKit/public/platform/Platform.h |
+++ b/third_party/WebKit/public/platform/Platform.h |
@@ -80,7 +80,6 @@ class WebFileUtilities; |
class WebFlingAnimator; |
class WebGestureCurve; |
class WebGraphicsContext3DProvider; |
-class WebIDBFactory; |
class WebImageCaptureFrameGrabber; |
class WebInstalledApp; |
class WebMIDIAccessor; |
@@ -231,12 +230,6 @@ public: |
virtual WebString convertIDNToUnicode(const WebString& host) { return host; } |
- // IndexedDB ---------------------------------------------------------- |
- |
- // Must return non-null. |
- virtual WebIDBFactory* idbFactory() { return nullptr; } |
- |
- |
// Cache Storage ---------------------------------------------------------- |
// The caller is responsible for deleting the returned object. |