Bug 60891 - Add a returnValue parameter to tryToShortCircuitInvoke
Summary: Add a returnValue parameter to tryToShortCircuitInvoke
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-16 09:00 PDT by Anders Carlsson
Modified: 2011-05-16 09:06 PDT (History)
0 users

See Also:


Attachments
Patch (8.39 KB, patch)
2011-05-16 09:02 PDT, Anders Carlsson
aroben: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Carlsson 2011-05-16 09:00:48 PDT
Add a returnValue parameter to tryToShortCircuitInvoke
Comment 1 Anders Carlsson 2011-05-16 09:02:14 PDT
Created attachment 93650 [details]
Patch
Comment 2 Adam Roben (:aroben) 2011-05-16 09:03:45 PDT
Comment on attachment 93650 [details]
Patch

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

> Source/WebKit2/WebProcess/Plugins/PluginController.h:86
> +    

:-(
Comment 3 Anders Carlsson 2011-05-16 09:06:13 PDT
Committed r86577: <http://trac.webkit.org/changeset/86577>