Bug 139893 - Make it possible to transform Objective-C object graphs, replacing certain elements with others
Summary: Make it possible to transform Objective-C object graphs, replacing certain el...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks: 230467 230508
  Show dependency treegraph
 
Reported: 2014-12-22 19:19 PST by Anders Carlsson
Modified: 2021-09-20 14:02 PDT (History)
1 user (show)

See Also:


Attachments
Patch (3.93 KB, patch)
2014-12-22 19:20 PST, Anders Carlsson
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Carlsson 2014-12-22 19:19:12 PST
Make it possible to transform Objective-C object graphs, replacing certain elements with others
Comment 1 Anders Carlsson 2014-12-22 19:20:55 PST
Created attachment 243657 [details]
Patch
Comment 2 WebKit Commit Bot 2014-12-22 19:24:01 PST
Attachment 243657 [details] did not pass style-queue:


ERROR: Source/WebKit2/Shared/mac/ObjCObjectGraph.mm:50:  Place brace on its own line for function definitions.  [whitespace/braces] [4]
ERROR: Source/WebKit2/Shared/mac/ObjCObjectGraph.mm:81:  Place brace on its own line for function definitions.  [whitespace/braces] [4]
Total errors found: 2 in 3 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Anders Carlsson 2014-12-22 19:24:08 PST
Committed r177677: <http://trac.webkit.org/changeset/177677>