Bug 40864

Summary: Add empty abortModal() method to all platforms.
Product: WebKit Reporter: Prasad Tammana <prasadt>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
Add abortModal() stubs to all DRT on all platforms none

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.