| Index: third_party/WebKit/Source/core/editing/commands/EditorCommand.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/EditorCommand.cpp b/third_party/WebKit/Source/core/editing/commands/EditorCommand.cpp
|
| index ec11b15b17d4296270caea2dca963c93b481dae6..22ef3baff82b4212231d2b6a84e03cdf45e9c3cb 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/EditorCommand.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/commands/EditorCommand.cpp
|
| @@ -764,7 +764,7 @@ static bool executeFormatBlock(LocalFrame& frame,
|
|
|
| AtomicString localName, prefix;
|
| if (!Document::parseQualifiedName(AtomicString(tagName), prefix, localName,
|
| - IGNORE_EXCEPTION))
|
| + IGNORE_EXCEPTION_FOR_TESTING))
|
| return false;
|
| QualifiedName qualifiedTagName(prefix, localName, xhtmlNamespaceURI);
|
|
|
|
|