Bug 84915 - Move convertJSMethodNameToObjc() to be a utility function of ObjcClass
Summary: Move convertJSMethodNameToObjc() to be a utility function of ObjcClass
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Benjamin Poulain
URL:
Keywords: EasyFix
Depends on:
Blocks: 84668
  Show dependency treegraph
 
Reported: 2012-04-25 17:44 PDT by Benjamin Poulain
Modified: 2012-04-25 18:05 PDT (History)
0 users

See Also:


Attachments
Patch (6.73 KB, patch)
2012-04-25 17:53 PDT, Benjamin Poulain
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Benjamin Poulain 2012-04-25 17:44:50 PDT
Move convertJSMethodNameToObjc() to be a utility function of ObjcClass
Comment 1 Benjamin Poulain 2012-04-25 17:53:23 PDT
Created attachment 138911 [details]
Patch
Comment 2 Benjamin Poulain 2012-04-25 17:54:11 PDT
Just the trivial change, move the function around without any other modification.
Comment 3 Darin Adler 2012-04-25 17:55:51 PDT
Comment on attachment 138911 [details]
Patch

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

> Source/WebCore/WebCore.order:-6356
> -__ZN3JSC8Bindings25convertJSMethodNameToObjcEPKcPcm

No need to update order files; those are generated mechanically and don’t need to be edited.
Comment 4 Benjamin Poulain 2012-04-25 18:05:36 PDT
Committed r115269: <http://trac.webkit.org/changeset/115269>