Bug 110976

Summary: [JSC] Remove custom WebAudio mark functions that we can generate instead.
Product: WebKit Reporter: Andreas Kling <kling>
Component: Web AudioAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, crogers, eric.carlson, esprehn+autocc, feature-media-reviews, jer.noble, kling, ojan.autocc, pnormand, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch eric.carlson: review+, eflews.bot: commit-queue-

Description Andreas Kling 2013-02-27 06:17:36 PST
[JSC] Remove custom WebAudio mark functions that we can generate instead.
Comment 1 Andreas Kling 2013-02-27 06:18:18 PST
Created attachment 190504 [details]
Patch
Comment 2 EFL EWS Bot 2013-02-27 06:26:03 PST
Comment on attachment 190504 [details]
Patch

Attachment 190504 [details] did not pass efl-ews (efl):
Output: http://webkit-commit-queue.appspot.com/results/16672383
Comment 3 Philippe Normand 2013-02-28 00:12:04 PST
Comment on attachment 190504 [details]
Patch

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

> Source/WebCore/WebCore.xcodeproj/project.pbxproj:-6776
> -		FDEAAAFE12B02F4900DCF33B /* JSScriptProcessorNodeCustom.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FDEAAAFD12B02F4900DCF33B /* JSScriptProcessorNodeCustom.cpp */; };

It would be much appreciated if that file can be removed from the other build systems as well :)
Comment 4 Andreas Kling 2013-03-15 11:13:06 PDT
Committed r145922: <http://trac.webkit.org/changeset/145922>