Title: [107328] branches/chromium/1025/Source/WebCore/dom/Node.cpp
- Revision
- 107328
- Author
- [email protected]
- Date
- 2012-02-09 17:44:25 -0800 (Thu, 09 Feb 2012)
Log Message
Merge 107123
BUG=112694
Review URL: https://chromiumcodereview.appspot.com/9372049
Modified Paths
Diff
Modified: branches/chromium/1025/Source/WebCore/dom/Node.cpp (107327 => 107328)
--- branches/chromium/1025/Source/WebCore/dom/Node.cpp 2012-02-10 01:43:20 UTC (rev 107327)
+++ branches/chromium/1025/Source/WebCore/dom/Node.cpp 2012-02-10 01:44:25 UTC (rev 107328)
@@ -642,7 +642,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