| Summary: | Remove unnecessary create() factory functions | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Gyuyoung Kim <gyuyoung.kim> | ||||||
| Component: | New Bugs | Assignee: | Gyuyoung Kim <gyuyoung.kim> | ||||||
| Status: | RESOLVED FIXED | ||||||||
| Severity: | Normal | CC: | commit-queue | ||||||
| Priority: | P2 | ||||||||
| Version: | 528+ (Nightly build) | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Attachments: |
|
||||||||
|
Description
Gyuyoung Kim
2015-03-10 19:08:40 PDT
Created attachment 248386 [details]
Patch
Comment on attachment 248386 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=248386&action=review > Source/WebCore/testing/MicroTaskTest.h:40 > + // WEBCORE_TESTSUPPORT_EXPORT static std::unique_ptr<MicroTaskTest> create(WeakPtr<Document>, int testNumber); Why this commented-out line of code? Created attachment 248403 [details]
Patch
Comment on attachment 248386 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=248386&action=review >> Source/WebCore/testing/MicroTaskTest.h:40 >> + // WEBCORE_TESTSUPPORT_EXPORT static std::unique_ptr<MicroTaskTest> create(WeakPtr<Document>, int testNumber); > > Why this commented-out line of code? Oops, mistake. Thank you for your nice catch ! Comment on attachment 248403 [details] Patch Clearing flags on attachment: 248403 Committed r181368: <http://trac.webkit.org/changeset/181368> All reviewed patches have been landed. Closing bug. |