Title: [107327] branches/chromium/963/Source/WebCore/dom/Node.cpp
Revision
107327
Author
[email protected]
Date
2012-02-09 17:43:20 -0800 (Thu, 09 Feb 2012)

Log Message

Merge 107123
BUG=112694
Review URL: https://chromiumcodereview.appspot.com/9375040

Modified Paths

Diff

Modified: branches/chromium/963/Source/WebCore/dom/Node.cpp (107326 => 107327)


--- branches/chromium/963/Source/WebCore/dom/Node.cpp	2012-02-10 01:38:20 UTC (rev 107326)
+++ branches/chromium/963/Source/WebCore/dom/Node.cpp	2012-02-10 01:43:20 UTC (rev 107327)
@@ -715,7 +715,7 @@
             continue;
         }
 
-        Text* text = static_cast<Text*>(node.get());
+        RefPtr<Text> text = static_cast<Text*>(node.get());
 
         // Remove empty text nodes.
         if (!text->length()) {
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to