| Index: third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| index 2e2133935801bc739eac56d46950ff10af6ff133..b9fdefc5cf29e20ac2d1ee4508ce7959bb473841 100644
|
| --- a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| @@ -223,7 +223,6 @@
|
| #include "web/CompositionUnderlineVectorBuilder.h"
|
| #include "web/FindInPageCoordinates.h"
|
| #include "web/GeolocationClientProxy.h"
|
| -#include "web/IndexedDBClientImpl.h"
|
| #include "web/LocalFileSystemClient.h"
|
| #include "web/MIDIClientProxy.h"
|
| #include "web/NavigatorContentUtilsClientImpl.h"
|
| @@ -1486,7 +1485,6 @@
|
| , m_selfKeepAlive(this)
|
| #endif
|
| {
|
| - setIndexedDBClientCreateFunction(IndexedDBClientImpl::create);
|
| frameCount++;
|
| }
|
|
|
|
|