Bug 140746 - Web Inspector: ASSERT expanding objects in console PrimitiveBindingTraits<T>::assertValueHasExpectedType
Summary: Web Inspector: ASSERT expanding objects in console PrimitiveBindingTraits<T>:...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Joseph Pecoraro
URL:
Keywords: DoNotImportToRadar
Depends on:
Blocks:
 
Reported: 2015-01-21 15:52 PST by Joseph Pecoraro
Modified: 2015-01-21 17:03 PST (History)
9 users (show)

See Also:


Attachments
[PATCH] Proposed Fix (4.38 KB, patch)
2015-01-21 15:54 PST, Joseph Pecoraro
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Pecoraro 2015-01-21 15:52:12 PST
* SUMMARY
ASSERT expanding objects in console PrimitiveBindingTraits<T>::assertValueHasExpectedType.

    shell> run-webkit-tests --debug LayoutTests/inspector/model/remote-object-get-properties.html

The objects being sent over the protocol were impure. Extra properties and incorrect property values when faking native bindings.
Comment 1 Joseph Pecoraro 2015-01-21 15:54:55 PST
Created attachment 245096 [details]
[PATCH] Proposed Fix
Comment 2 Joseph Pecoraro 2015-01-21 15:55:21 PST
Not commit-queue yet. I'm still building with just this fix.
Comment 3 WebKit Commit Bot 2015-01-21 17:03:12 PST
Comment on attachment 245096 [details]
[PATCH] Proposed Fix

Clearing flags on attachment: 245096

Committed r178875: <http://trac.webkit.org/changeset/178875>
Comment 4 WebKit Commit Bot 2015-01-21 17:03:16 PST
All reviewed patches have been landed.  Closing bug.