Changeset 107327 in webkit
- Timestamp:
- Feb 9, 2012, 5:43:20 PM (15 years ago)
- File:
-
- 1 edited
-
branches/chromium/963/Source/WebCore/dom/Node.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/chromium/963/Source/WebCore/dom/Node.cpp
r101144 r107327 716 716 } 717 717 718 Text*text = static_cast<Text*>(node.get());718 RefPtr<Text> text = static_cast<Text*>(node.get()); 719 719 720 720 // Remove empty text nodes.
Note:
See TracChangeset
for help on using the changeset viewer.