Bug 28745 - minor style correction and include fix for notifications
Summary: minor style correction and include fix for notifications
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: David Levin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-26 11:40 PDT by John Gregg
Modified: 2009-08-26 13:48 PDT (History)
1 user (show)

See Also:


Attachments
patch for style & include (3.01 KB, patch)
2009-08-26 11:43 PDT, John Gregg
no flags Details | Formatted Diff | Diff
patch with more files (4.47 KB, patch)
2009-08-26 11:50 PDT, John Gregg
no flags Details | Formatted Diff | Diff
same patch, no tabs in ChangeLog (4.47 KB, patch)
2009-08-26 12:34 PDT, John Gregg
levin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description John Gregg 2009-08-26 11:40:58 PDT
I was alerted to an incorrect styling of enum members in notifications, and finding a problem with throwError not being defined (unclear how or when that was broken).
Comment 1 John Gregg 2009-08-26 11:43:33 PDT
Created attachment 38626 [details]
patch for style & include
Comment 2 John Gregg 2009-08-26 11:50:08 PDT
Created attachment 38627 [details]
patch with more files

here's a patch with all the files!
Comment 3 John Gregg 2009-08-26 12:34:32 PDT
Created attachment 38632 [details]
same patch, no tabs in ChangeLog

tab to spaces in ChangeLog.
Comment 4 David Levin 2009-08-26 12:37:07 PDT
Comment on attachment 38632 [details]
same patch, no tabs in ChangeLog

> Index: WebCore/ChangeLog
> +2009-08-26  John Gregg  <johnnyg@google.com>
> +
> +        Reviewed by NOBODY (OOPS!).
> +
> +        minor style correction and include fix for notifications
> +        https://bugs.webkit.org/show_bug.cgi?id=28745
> +
> +        No new tests. 

Typically you would explain why there are no new tests.

For example,
"No new functionality so no new tests."
Comment 5 David Levin 2009-08-26 13:14:35 PDT
Assigned to levin for landing.
Comment 6 David Levin 2009-08-26 13:48:57 PDT
Committed as http://trac.webkit.org/changeset/47793