| Index: third_party/WebKit/public/platform/modules/indexeddb/WebIDBCursor.h
|
| diff --git a/third_party/WebKit/public/platform/modules/indexeddb/WebIDBCursor.h b/third_party/WebKit/public/platform/modules/indexeddb/WebIDBCursor.h
|
| index c621ba9719a07b8c302e9b2b4b54ff454dfe81a8..b2b6f9f76a7492676bf8e072a539212e10b7827b 100644
|
| --- a/third_party/WebKit/public/platform/modules/indexeddb/WebIDBCursor.h
|
| +++ b/third_party/WebKit/public/platform/modules/indexeddb/WebIDBCursor.h
|
| @@ -26,6 +26,7 @@
|
| #ifndef WebIDBCursor_h
|
| #define WebIDBCursor_h
|
|
|
| +#if 0
|
| #include "public/platform/WebCommon.h"
|
| #include "public/platform/WebString.h"
|
| #include "public/platform/modules/indexeddb/WebIDBCallbacks.h"
|
| @@ -48,4 +49,6 @@ protected:
|
|
|
| } // namespace blink
|
|
|
| +#endif
|
| +
|
| #endif // WebIDBCursor_h
|
|
|