Title: [123839] trunk/Source/WebCore
Revision
123839
Author
[email protected]
Date
2012-07-26 23:21:54 -0700 (Thu, 26 Jul 2012)

Log Message

Qt build fix after r123788. Fixed the typo.

* xml/parser/XMLDocumentParserQt.cpp:
(WebCore::handleElementAttributes):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (123838 => 123839)


--- trunk/Source/WebCore/ChangeLog	2012-07-27 05:53:00 UTC (rev 123838)
+++ trunk/Source/WebCore/ChangeLog	2012-07-27 06:21:54 UTC (rev 123839)
@@ -1,3 +1,10 @@
+2012-07-26  Ryosuke Niwa  <[email protected]>
+
+        Qt build fix after r123788. Fixed the typo.
+
+        * xml/parser/XMLDocumentParserQt.cpp:
+        (WebCore::handleElementAttributes):
+
 2012-07-26  Hironori Bono  <[email protected]>
 
         [Qt] Build fix for Qt after r123811

Modified: trunk/Source/WebCore/xml/parser/XMLDocumentParserQt.cpp (123838 => 123839)


--- trunk/Source/WebCore/xml/parser/XMLDocumentParserQt.cpp	2012-07-27 05:53:00 UTC (rev 123838)
+++ trunk/Source/WebCore/xml/parser/XMLDocumentParserQt.cpp	2012-07-27 06:21:54 UTC (rev 123839)
@@ -345,7 +345,7 @@
         if (!Element::parseAttributeName(parsedName, attrURI, attrQName, ec))
             return;
 
-        prefixedAttributes.append(Attribute(parsedName, attrURI));
+        prefixedAttributes.append(Attribute(parsedName, attrValue));
     }
 }
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to