Bug 15534 - WebScriptObject.h has some formatting and editorial mistakes
Summary: WebScriptObject.h has some formatting and editorial mistakes
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit API (show other bugs)
Version: 523.x (Safari 3)
Hardware: Mac OS X 10.4
: P2 Trivial
Assignee: Darin Adler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-16 13:30 PDT by Darin Adler
Modified: 2007-10-16 17:04 PDT (History)
0 users

See Also:


Attachments
patch, I will write a brief ChangeLog when checking in (5.87 KB, patch)
2007-10-16 13:30 PDT, Darin Adler
aroben: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Darin Adler 2007-10-16 13:30:25 PDT
I have a patch to fix them.
Comment 1 Darin Adler 2007-10-16 13:30:53 PDT
Created attachment 16687 [details]
patch, I will write a brief ChangeLog when checking in
Comment 2 Adam Roben (:aroben) 2007-10-16 13:34:16 PDT
Comment on attachment 16687 [details]
patch, I will write a brief ChangeLog when checking in

 @interface WebUndefined : NSObject <NSCoding, NSCopying>
-{
-}

I didn't know those braces were optional.

r=me