Summary: | Clean up layers in RemoteLayerTreeHost::clearLayers() | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Martin Hock <mhock> | ||||||
Component: | WebKit2 | Assignee: | Martin Hock <mhock> | ||||||
Status: | RESOLVED FIXED | ||||||||
Severity: | Normal | CC: | buildbot, rniwa, thorton | ||||||
Priority: | P2 | ||||||||
Version: | 528+ (Nightly build) | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Unspecified | ||||||||
Attachments: |
|
Description
Martin Hock
2014-06-13 16:03:28 PDT
Created attachment 233085 [details]
patch
Comment on attachment 233085 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=233085&action=review > Source/WebKit2/UIProcess/mac/RemoteLayerTreeHost.mm:35 > +#if PLATFORM(IOS) > +#import <UIKit/UIView.h> > +#endif this belongs in its own block. Comment on attachment 233085 [details] patch Attachment 233085 [details] did not pass mac-wk2-ews (mac-wk2): Output: http://webkit-queues.appspot.com/results/5916438497853440 New failing tests: http/tests/appcache/404-manifest.html Created attachment 233093 [details]
Archive of layout-test-results from webkit-ews-14 for mac-mountainlion-wk2
The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews.
Bot: webkit-ews-14 Port: mac-mountainlion-wk2 Platform: Mac OS X 10.8.5
Committed r169957: <http://trac.webkit.org/changeset/169957> The ML bot here seems to have passed with this commit included: http://build.webkit.org/builders/Apple%20MountainLion%20Release%20WK2%20%28Tests%29/builds/19056 |