Title: [104382] trunk/Source/WebCore
- Revision
- 104382
- Author
- [email protected]
- Date
- 2012-01-07 01:14:18 -0800 (Sat, 07 Jan 2012)
Log Message
Attempt to fix Qt build.
* page/Geolocation.cpp:
(WebCore::Geolocation::Geolocation):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (104381 => 104382)
--- trunk/Source/WebCore/ChangeLog 2012-01-07 09:12:01 UTC (rev 104381)
+++ trunk/Source/WebCore/ChangeLog 2012-01-07 09:14:18 UTC (rev 104382)
@@ -1,3 +1,10 @@
+2012-01-07 Adam Barth <[email protected]>
+
+ Attempt to fix Qt build.
+
+ * page/Geolocation.cpp:
+ (WebCore::Geolocation::Geolocation):
+
2012-01-06 Ryosuke Niwa <[email protected]>
REGRESSION(r104210): Crash inside DynamicSubtreeNodeList::length
Modified: trunk/Source/WebCore/page/Geolocation.cpp (104381 => 104382)
--- trunk/Source/WebCore/page/Geolocation.cpp 2012-01-07 09:12:01 UTC (rev 104381)
+++ trunk/Source/WebCore/page/Geolocation.cpp 2012-01-07 09:14:18 UTC (rev 104382)
@@ -762,7 +762,7 @@
void Geolocation::disconnectFrame() {}
-Geolocation::Geolocation(Frame*) {}
+Geolocation::Geolocation(Frame*) : DOMWindowProperty(0) {}
Geolocation::~Geolocation() {}
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes