[webkit-reviews] review granted: [Bug 83334] Provide Obj-C private API to simplify markup : [Attachment 136055] Patch2

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 6 15:36:09 PDT 2012


Sam Weinig <sam at webkit.org> has granted Enrica Casucci <enrica at apple.com>'s
request for review:
Bug 83334: Provide Obj-C private API to simplify markup
https://bugs.webkit.org/show_bug.cgi?id=83334

Attachment 136055: Patch2
https://bugs.webkit.org/attachment.cgi?id=136055&action=review

------- Additional Comments from Sam Weinig <sam at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=136055&action=review


> Source/WebCore/editing/Editor.cpp:1060
> +    applyCommand(SimplifyMarkupCommand::create(m_frame->document(),
startNode, (endNode) ? endNode->traverseNextNode(): 0));

Missing space before :

> Tools/TestWebKitAPI/Tests/mac/SimplifyMarkup.mm:111
> +
> +
> +}

Unnecessary whitepace.


More information about the webkit-reviews mailing list