Changeset 107328 in webkit
- Timestamp:
- Feb 9, 2012, 5:44:25 PM (15 years ago)
- File:
-
- 1 edited
-
branches/chromium/1025/Source/WebCore/dom/Node.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/chromium/1025/Source/WebCore/dom/Node.cpp
r106242 r107328 643 643 } 644 644 645 Text*text = static_cast<Text*>(node.get());645 RefPtr<Text> text = static_cast<Text*>(node.get()); 646 646 647 647 // Remove empty text nodes.
Note:
See TracChangeset
for help on using the changeset viewer.