Bug 70984 - Fix a small bug in callOperation after r98431
Summary: Fix a small bug in callOperation after r98431
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-26 17:42 PDT by Yuqiang Xian
Modified: 2011-10-27 08:06 PDT (History)
3 users (show)

See Also:


Attachments
the patch (1.55 KB, patch)
2011-10-26 17:44 PDT, Yuqiang Xian
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yuqiang Xian 2011-10-26 17:42:28 PDT
TrustedImmPtr is not expecting "int" type parameters.
Comment 1 Yuqiang Xian 2011-10-26 17:44:57 PDT
Created attachment 112627 [details]
the patch
Comment 2 WebKit Review Bot 2011-10-26 17:56:25 PDT
Attachment 112627 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/update-webkit']" exit_code: 9

Updating OpenSource
RA layer request failed: OPTIONS of 'http://svn.webkit.org/repository/webkit': could not connect to server (http://svn.webkit.org) at /usr/lib/git-core/git-svn line 2295

Died at Tools/Scripts/update-webkit line 157.


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Geoffrey Garen 2011-10-26 18:07:34 PDT
Comment on attachment 112627 [details]
the patch

r=me
Comment 4 WebKit Review Bot 2011-10-27 08:06:02 PDT
Comment on attachment 112627 [details]
the patch

Clearing flags on attachment: 112627

Committed r98574: <http://trac.webkit.org/changeset/98574>
Comment 5 WebKit Review Bot 2011-10-27 08:06:07 PDT
All reviewed patches have been landed.  Closing bug.