Bug 140746

Summary: Web Inspector: ASSERT expanding objects in console PrimitiveBindingTraits<T>::assertValueHasExpectedType
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: Web InspectorAssignee: Joseph Pecoraro <joepeck>
Status: RESOLVED FIXED    
Severity: Normal CC: ap, commit-queue, graouts, joepeck, jonowells, mattbaker, nvasilyev, timothy, webkit-bug-importer
Priority: P2 Keywords: DoNotImportToRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
[PATCH] Proposed Fix none

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.