Bug 40864 - Add empty abortModal() method to all platforms.
Summary: Add empty abortModal() method to all platforms.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-18 15:43 PDT by Prasad Tammana
Modified: 2010-06-25 15:34 PDT (History)
1 user (show)

See Also:


Attachments
Add abortModal() stubs to all DRT on all platforms (7.89 KB, patch)
2010-06-23 13:36 PDT, Prasad Tammana
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Prasad Tammana 2010-06-18 15:43:02 PDT
abortModal() in LayoutTestController is currently only implemented for Mac and is under #if PLATFORM(MAC).  Add empty implementations for abortModal() for other platforms and get rid of the #if so the test code can stay platform independent.
Comment 1 Prasad Tammana 2010-06-23 13:36:33 PDT
Created attachment 59558 [details]
Add abortModal() stubs to all DRT on all platforms
Comment 2 Dmitry Titov 2010-06-23 13:57:49 PDT
Comment on attachment 59558 [details]
Add abortModal() stubs to all DRT on all platforms

r=me
Comment 3 WebKit Commit Bot 2010-06-25 15:34:38 PDT
Comment on attachment 59558 [details]
Add abortModal() stubs to all DRT on all platforms

Clearing flags on attachment: 59558

Committed r61909: <http://trac.webkit.org/changeset/61909>
Comment 4 WebKit Commit Bot 2010-06-25 15:34:42 PDT
All reviewed patches have been landed.  Closing bug.