Title: [102318] trunk/Source/WebKit/qt
Revision
102318
Author
[email protected]
Date
2011-12-07 23:31:08 -0800 (Wed, 07 Dec 2011)

Log Message

[Qt] Unreviewed buildfix after r102262.

* Api/qwebelement.cpp:
(QWebElement::setStyleProperty):

Modified Paths

Diff

Modified: trunk/Source/WebKit/qt/Api/qwebelement.cpp (102317 => 102318)


--- trunk/Source/WebKit/qt/Api/qwebelement.cpp	2011-12-08 06:59:10 UTC (rev 102317)
+++ trunk/Source/WebKit/qt/Api/qwebelement.cpp	2011-12-08 07:31:08 UTC (rev 102318)
@@ -916,7 +916,7 @@
         return;
 
     ExceptionCode exception = 0;
-    style->setProperty(name, value, exception);
+    style->setProperty(name, value,emptyString(), exception);
 }
 
 /*!

Modified: trunk/Source/WebKit/qt/ChangeLog (102317 => 102318)


--- trunk/Source/WebKit/qt/ChangeLog	2011-12-08 06:59:10 UTC (rev 102317)
+++ trunk/Source/WebKit/qt/ChangeLog	2011-12-08 07:31:08 UTC (rev 102318)
@@ -1,3 +1,10 @@
+2011-12-07  Csaba Osztrogonác  <[email protected]>
+
+        [Qt] Unreviewed buildfix after r102262.
+
+        * Api/qwebelement.cpp:
+        (QWebElement::setStyleProperty):
+
 2011-12-07  Mary Wu  <[email protected]>
 
         Change function name InitializeLoggingChannelsIfNecessary to follow coding style guideline
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to