Title: [136243] trunk
Revision
136243
Author
pierre.ro...@gmail.com
Date
2012-11-30 08:10:16 -0800 (Fri, 30 Nov 2012)

Log Message

[Qt] Unreviewed build break

Rubber-stamped by Simon Hausmann.

Poor man's way to trigger a clean build on a bot.

.:

* WebKit.pro:

Source/WebKit/qt:

* WidgetApi/qwebpage.cpp:
(QWebPagePrivate::QWebPagePrivate):

Modified Paths

Diff

Modified: trunk/ChangeLog (136242 => 136243)


--- trunk/ChangeLog	2012-11-30 15:48:35 UTC (rev 136242)
+++ trunk/ChangeLog	2012-11-30 16:10:16 UTC (rev 136243)
@@ -1,3 +1,13 @@
+2012-11-30  Pierre Rossi  <pierre.ro...@gmail.com>
+
+        [Qt] Unreviewed build break
+
+        Rubber-stamped by Simon Hausmann.
+
+        Poor man's way to trigger a clean build on a bot.
+
+        * WebKit.pro:
+
 2012-11-30  Simon Hausmann  <simon.hausm...@digia.com>
 
         [Qt] Unreviewed doc fix

Modified: trunk/Source/WebKit/qt/ChangeLog (136242 => 136243)


--- trunk/Source/WebKit/qt/ChangeLog	2012-11-30 15:48:35 UTC (rev 136242)
+++ trunk/Source/WebKit/qt/ChangeLog	2012-11-30 16:10:16 UTC (rev 136243)
@@ -1,3 +1,14 @@
+2012-11-30  Pierre Rossi  <pierre.ro...@gmail.com>
+
+        [Qt] Unreviewed build break
+
+        Rubber-stamped by Simon Hausmann.
+
+        Poor man's way to trigger a clean build on a bot.
+
+        * WidgetApi/qwebpage.cpp:
+        (QWebPagePrivate::QWebPagePrivate):
+
 2012-11-30  Simon Hausmann  <simon.hausm...@digia.com>
 
         [Qt] Fix QML import installation with newer Qt

Modified: trunk/Source/WebKit/qt/WidgetApi/qwebpage.cpp (136242 => 136243)


--- trunk/Source/WebKit/qt/WidgetApi/qwebpage.cpp	2012-11-30 15:48:35 UTC (rev 136242)
+++ trunk/Source/WebKit/qt/WidgetApi/qwebpage.cpp	2012-11-30 16:10:16 UTC (rev 136243)
@@ -200,6 +200,7 @@
     , inspectorIsInternalOnly(false)
     , m_lastDropAction(Qt::IgnoreAction)
 {
+    >>>>> DELIBERATELY BREAKING THE BUILD TO TRIP A CLEAN BUILD ON THE SZEGED "Qt Linux Release" BOT <<<<<<
     WebKit::initializeWebKitWidgets();
     memset(actions, 0, sizeof(actions));
 

Modified: trunk/WebKit.pro (136242 => 136243)


--- trunk/WebKit.pro	2012-11-30 15:48:35 UTC (rev 136242)
+++ trunk/WebKit.pro	2012-11-30 16:10:16 UTC (rev 136243)
@@ -48,4 +48,4 @@
 Tools.makefile = Makefile.Tools
 SUBDIRS += Tools
 
-# Number of times incremental builds have failed: 0
+# Number of times incremental builds have failed: 1
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to