| 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 b9fdefc5cf29e20ac2d1ee4508ce7959bb473841..2e2133935801bc739eac56d46950ff10af6ff133 100644
|
| --- a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| @@ -223,6 +223,7 @@
|
| #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"
|
| @@ -1485,6 +1486,7 @@ WebLocalFrameImpl::WebLocalFrameImpl(WebTreeScopeType scope, WebFrameClient* cli
|
| , m_selfKeepAlive(this)
|
| #endif
|
| {
|
| + setIndexedDBClientCreateFunction(IndexedDBClientImpl::create);
|
| frameCount++;
|
| }
|
|
|
|
|