Bug 44318 - style correction in markup.cpp
Summary: style correction in markup.cpp
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Blocker
Assignee: Ryosuke Niwa
URL:
Keywords:
Depends on:
Blocks: 44288
  Show dependency treegraph
 
Reported: 2010-08-19 18:58 PDT by Ryosuke Niwa
Modified: 2010-08-20 12:45 PDT (History)
4 users (show)

See Also:


Attachments
cleanup (27.68 KB, patch)
2010-08-19 19:00 PDT, Ryosuke Niwa
no flags Details | Formatted Diff | Diff
fixed mac build (27.52 KB, patch)
2010-08-20 12:17 PDT, Ryosuke Niwa
abarth: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2010-08-19 18:58:27 PDT
style correction suggested by abarth.
Comment 1 Ryosuke Niwa 2010-08-19 19:00:51 PDT
Created attachment 64922 [details]
cleanup
Comment 2 Ryosuke Niwa 2010-08-19 19:02:10 PDT
(In reply to comment #1)
> Created an attachment (id=64922) [details]
> cleanup

svn diff did a terrible job here because of } but hopefully what I'm doing in appendStartMarkup is just outdenting the entire switch and renaming variables el, attr, and attrs.
Comment 3 Ryosuke Niwa 2010-08-19 19:02:43 PDT
> svn diff did a terrible job here because of } but hopefully what I'm doing in appendStartMarkup is just outdenting the entire switch and renaming variables el, attr, and attrs.

hopefully *clear that*
Comment 4 Adam Barth 2010-08-19 19:11:27 PDT
Comment on attachment 64922 [details]
cleanup

Thanks Ryosuke.  These diffs can be hard to read sometimes, but what I could verify looks correct and for the rest, I trust you.
Comment 5 Eric Seidel (no email) 2010-08-19 19:12:41 PDT
Attachment 64922 [details] did not build on mac:
Build output: http://queues.webkit.org/results/3764378
Comment 6 Ryosuke Niwa 2010-08-20 12:17:06 PDT
Created attachment 64970 [details]
fixed mac build
Comment 7 Adam Barth 2010-08-20 12:36:30 PDT
Comment on attachment 64970 [details]
fixed mac build

Yay.  This one builds.  :)
Comment 8 Ryosuke Niwa 2010-08-20 12:45:03 PDT
Committed r65749: <http://trac.webkit.org/changeset/65749>