Bug 133992

Summary: Remove unnecessary Structure flags from generated bindings
Product: WebKit Reporter: Sam Weinig <sam>
Component: New BugsAssignee: Sam Weinig <sam>
Status: RESOLVED FIXED    
Severity: Normal CC: alecflett, cdumez, cgarcia, commit-queue, dbates, eric.carlson, glenn, jer.noble, jsbell, oliver, philipj, sergio
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch dbates: review+

Sam Weinig
Reported 2014-06-17 12:42:00 PDT
Remove unnecessary Structure flags from generated bindings
Attachments
Patch (24.67 KB, patch)
2014-06-17 12:45 PDT, Sam Weinig
dbates: review+
Sam Weinig
Comment 1 2014-06-17 12:45:32 PDT
Daniel Bates
Comment 2 2014-06-17 14:11:49 PDT
Comment on attachment 233252 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=233252&action=review This patch looks sane to me. > Source/WebCore/bindings/scripts/CodeGeneratorJS.pm:4350 > + push(@$outputArray, "protected:\n"); Nit: This line should be indented such that the 'p' in "push" left aligned with the 'p' in "push" on the line below.
Sam Weinig
Comment 3 2014-06-17 14:50:56 PDT
Committed in r170074.
Note You need to log in before you can comment on or make changes to this bug.