Bug 133943 - Move forward declaration of bindings static functions into their implementation file
Summary: Move forward declaration of bindings static functions into their implementati...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Sam Weinig
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-16 10:59 PDT by Sam Weinig
Modified: 2014-06-16 20:56 PDT (History)
12 users (show)

See Also:


Attachments
Patch (118.21 KB, patch)
2014-06-16 14:00 PDT, Sam Weinig
ggaren: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sam Weinig 2014-06-16 10:59:59 PDT
Move forward declaration of bindings static funtions into their implementation file
Comment 1 Sam Weinig 2014-06-16 14:00:35 PDT
Created attachment 233176 [details]
Patch
Comment 2 Geoffrey Garen 2014-06-16 14:10:04 PDT
Comment on attachment 233176 [details]
Patch

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

r=me

> Source/JavaScriptCore/ChangeLog:3
> +        Move forward declaration of bindings static functions into their implementation file

file => files

> Source/WebCore/ChangeLog:3
> +        Move forward declaration of bindings static functions into their implementation file

file => files
Comment 3 Sam Weinig 2014-06-16 20:56:57 PDT
Fixed in r1700432