Title: [114561] trunk/Source/WebKit/chromium
- Revision
- 114561
- Author
- [email protected]
- Date
- 2012-04-18 14:26:35 -0700 (Wed, 18 Apr 2012)
Log Message
Chromium compile of WebDatabase.cpp fails without SQL_DATABASE
https://bugs.webkit.org/show_bug.cgi?id=84212
Patch by Myles Maxfield <[email protected]> on 2012-04-18
Reviewed by Kentaro Hara.
* src/WebDatabase.cpp:
(WebCore::AbstractDatabase::isSyncDatabase):
Modified Paths
Diff
Modified: trunk/Source/WebKit/chromium/ChangeLog (114560 => 114561)
--- trunk/Source/WebKit/chromium/ChangeLog 2012-04-18 21:21:35 UTC (rev 114560)
+++ trunk/Source/WebKit/chromium/ChangeLog 2012-04-18 21:26:35 UTC (rev 114561)
@@ -1,3 +1,13 @@
+2012-04-18 Myles Maxfield <[email protected]>
+
+ Chromium compile of WebDatabase.cpp fails without SQL_DATABASE
+ https://bugs.webkit.org/show_bug.cgi?id=84212
+
+ Reviewed by Kentaro Hara.
+
+ * src/WebDatabase.cpp:
+ (WebCore::AbstractDatabase::isSyncDatabase):
+
2012-04-18 Keishi Hattori <[email protected]>
[chromium] Turn on ENABLE_DATALIST for chromium
Modified: trunk/Source/WebKit/chromium/src/WebDatabase.cpp (114560 => 114561)
--- trunk/Source/WebKit/chromium/src/WebDatabase.cpp 2012-04-18 21:21:35 UTC (rev 114560)
+++ trunk/Source/WebKit/chromium/src/WebDatabase.cpp 2012-04-18 21:26:35 UTC (rev 114561)
@@ -48,6 +48,7 @@
String displayName() const { return String(); }
unsigned long long estimatedSize() const { return 0; }
SecurityOrigin* securityOrigin() const { return 0; }
+ bool isSyncDatabase() const { return false; }
};
}
#endif // !ENABLE(SQL_DATABASE)
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes