Bug 102749 - In CodeGeneratorObj.pm we should rename $dataNode to $interface.
Summary: In CodeGeneratorObj.pm we should rename $dataNode to $interface.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore JavaScript (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Kentaro Hara
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-19 17:36 PST by Kentaro Hara
Modified: 2012-11-19 20:30 PST (History)
5 users (show)

See Also:


Attachments
Patch (9.82 KB, patch)
2012-11-19 17:36 PST, Kentaro Hara
abarth: review+
gtk-ews: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kentaro Hara 2012-11-19 17:36:00 PST
$dataNode is misnamed. It should be renamed to $interface.

I'll upload a patch per build system because I couldn't check the build locally.
Comment 1 Kentaro Hara 2012-11-19 17:36:51 PST
Created attachment 175095 [details]
Patch
Comment 2 kov's GTK+ EWS bot 2012-11-19 17:56:07 PST
Comment on attachment 175095 [details]
Patch

Attachment 175095 [details] did not pass gtk-ews (gtk):
Output: http://queues.webkit.org/results/14907422
Comment 3 Kentaro Hara 2012-11-19 20:30:22 PST
Committed r135240: <http://trac.webkit.org/changeset/135240>