Bug 138265

Summary: Whitespace cleanup in Screen.h
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: New BugsAssignee: Simon Fraser (smfr) <simon.fraser>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez, simon.fraser
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch cdumez: review+, simon.fraser: commit-queue-

Description Simon Fraser (smfr) 2014-10-31 15:38:22 PDT
Whitespace cleanup in Screen.h
Comment 1 Simon Fraser (smfr) 2014-10-31 15:40:08 PDT
Created attachment 240763 [details]
Patch
Comment 2 Chris Dumez 2014-10-31 15:56:38 PDT
Comment on attachment 240763 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=240763&action=review

> Source/WebCore/page/Screen.h:42
> +class Screen : public ScriptWrappable, public RefCounted<Screen>, public DOMWindowProperty {

nit: we could mark the class as final since we're at it.

> Source/WebCore/page/Screen.h:44
> +    static PassRefPtr<Screen> create(Frame *frame) { return adoptRef(new Screen(frame)); }

nit: Could we fix the star placement as well?
Comment 3 Simon Fraser (smfr) 2014-10-31 16:21:56 PDT
https://trac.webkit.org/r175434