As Andrey Adaikin pointed out there is call of undefined function this._isPrimitiveValue in InjectedScript.wrapObject. Errors like this can be easily caught with the compiler.
Created attachment 143284 [details] Patch
Comment on attachment 143284 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=143284&action=review > Source/WebCore/inspector/InjectedScriptExterns.js:40 > +InjectedScriptHost.prototype.storageId = function(object) {} { } > Source/WebCore/inspector/compile-injected-script.sh:32 > +java -jar ~/closure/compiler.jar\ could you merge it with the main compiler script instead?
(In reply to comment #2) > (From update of attachment 143284 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=143284&action=review > > > Source/WebCore/inspector/InjectedScriptExterns.js:40 > > +InjectedScriptHost.prototype.storageId = function(object) {} > > { } > Done. > > Source/WebCore/inspector/compile-injected-script.sh:32 > > +java -jar ~/closure/compiler.jar\ > > could you merge it with the main compiler script instead? Done.
Committed r117961: <http://trac.webkit.org/changeset/117961>