Bug 106701 - Fix function name typo ProgramExecutable::initalizeGlobalProperties()
Summary: Fix function name typo ProgramExecutable::initalizeGlobalProperties()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Pratik Solanki
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-11 14:22 PST by Pratik Solanki
Modified: 2013-01-11 15:34 PST (History)
1 user (show)

See Also:


Attachments
Patch (2.83 KB, patch)
2013-01-11 14:23 PST, Pratik Solanki
ggaren: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pratik Solanki 2013-01-11 14:22:10 PST
initalizeGlobalProperties -> initializeGlobalProperties
Comment 1 Pratik Solanki 2013-01-11 14:23:54 PST
Created attachment 182416 [details]
Patch
Comment 2 Geoffrey Garen 2013-01-11 14:54:10 PST
Comment on attachment 182416 [details]
Patch

r=me
Comment 3 Pratik Solanki 2013-01-11 15:34:17 PST
Committed r139510: <http://trac.webkit.org/changeset/139510>