Bug 75429 - ThrowTypeError should be a singleton object
Summary: ThrowTypeError should be a singleton object
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Gavin Barraclough
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-02 00:53 PST by Gavin Barraclough
Modified: 2012-01-03 13:08 PST (History)
1 user (show)

See Also:


Attachments
Fix (17.86 KB, patch)
2012-01-02 01:07 PST, Gavin Barraclough
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gavin Barraclough 2012-01-02 00:53:11 PST
Per section 13.2.3 of the spec.
Comment 1 Gavin Barraclough 2012-01-02 01:07:12 PST
Created attachment 120868 [details]
Fix
Comment 2 WebKit Review Bot 2012-01-02 01:08:47 PST
Attachment 120868 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'LayoutTests/ChangeLog', u'LayoutTests/fast..." exit_code: 1

Source/JavaScriptCore/runtime/PropertyDescriptor.h:32:  Code inside a namespace should not be indented.  [whitespace/indent] [4]
Total errors found: 1 in 9 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Gavin Barraclough 2012-01-03 13:08:01 PST
Fixed in r103958.