Bug 24296

Summary: prepare-ChangeLog fails to find function names when multiline quoted text is used in a JavaScript file
Product: WebKit Reporter: Timothy Hatcher <timothy>
Component: Tools / TestsAssignee: Timothy Hatcher <timothy>
Status: RESOLVED FIXED    
Severity: Normal CC: aroben, ddkilzer
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
URL: http://trac.webkit.org/browser/trunk/WebCore/inspector/front-end/Console.js?rev=41352#L397
Attachments:
Description Flags
Proposed Patch ddkilzer: review+

Description Timothy Hatcher 2009-03-02 10:36:08 PST
The Console.js file in WebCore/inspector has multiline quoted text, and prepare-ChangeLog fails to find function names in this case.
Comment 1 Timothy Hatcher 2009-03-02 10:37:34 PST
Created attachment 28182 [details]
Proposed Patch
Comment 2 David Kilzer (:ddkilzer) 2009-03-02 13:09:08 PST
Comment on attachment 28182 [details]
Proposed Patch

r=me
Comment 3 Timothy Hatcher 2009-03-02 13:38:25 PST
Landed in r41363.