Bug 128834

Summary: CTTE: WorkerGlobalScope is always owned by a WorkerThread.
Product: WebKit Reporter: Andreas Kling <kling>
Component: WebCore Misc.Assignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, kling
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch andersca: review+, kling: commit-queue+

Description Andreas Kling 2014-02-14 12:23:47 PST
CTTE: WorkerGlobalScope is always owned by a WorkerThread.
Comment 1 Andreas Kling 2014-02-14 12:24:10 PST
Created attachment 224242 [details]
Patch
Comment 2 WebKit Commit Bot 2014-02-14 12:25:36 PST
Attachment 224242 [details] did not pass style-queue:


ERROR: Source/WebCore/workers/WorkerMessagingProxy.cpp:288:  Weird number of spaces at line-start.  Are you using a 4-space indent?  [whitespace/indent] [3]
ERROR: Source/WebCore/workers/WorkerMessagingProxy.cpp:295:  Weird number of spaces at line-start.  Are you using a 4-space indent?  [whitespace/indent] [3]
Total errors found: 2 in 22 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Andreas Kling 2014-02-14 23:36:03 PST
Committed r164158: <http://trac.webkit.org/changeset/164158>