Chromium Code Reviews| Index: Source/core/editing/MarkupAccumulator.cpp |
| diff --git a/Source/core/editing/MarkupAccumulator.cpp b/Source/core/editing/MarkupAccumulator.cpp |
| index 61bbb2d84f7a077daba417dc6e3dba8dc75af9e2..684f388705e7867d4ff327ce4fd8c7e570f88ffc 100644 |
| --- a/Source/core/editing/MarkupAccumulator.cpp |
| +++ b/Source/core/editing/MarkupAccumulator.cpp |
| @@ -42,6 +42,8 @@ |
| #include "platform/weborigin/KURL.h" |
| #include "wtf/unicode/CharacterNames.h" |
| +#define nodeNamePreservingCase(a) Element::nodeName(a) |
|
Inactive
2014/01/29 19:02:22
I don't like macros. Why not update the call sites
|
| + |
| namespace WebCore { |
| using namespace HTMLNames; |