Bug 125358 - Remove some duplicate checks from SerializedScriptValue
Summary: Remove some duplicate checks from SerializedScriptValue
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: Alexey Proskuryakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-06 11:54 PST by Alexey Proskuryakov
Modified: 2013-12-06 14:31 PST (History)
5 users (show)

See Also:


Attachments
proposed patch (3.70 KB, patch)
2013-12-06 12:00 PST, Alexey Proskuryakov
ggaren: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2013-12-06 11:54:00 PST
WebCore toXXX() functions incorporate inherits().
Comment 1 Alexey Proskuryakov 2013-12-06 12:00:21 PST
Created attachment 218609 [details]
proposed patch
Comment 2 Geoffrey Garen 2013-12-06 12:34:35 PST
Comment on attachment 218609 [details]
proposed patch

r=me
Comment 3 Alexey Proskuryakov 2013-12-06 14:31:36 PST
Committed <http://trac.webkit.org/changeset/160250>.