<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>153296</bug_id>
          
          <creation_ts>2016-01-20 18:04:01 -0800</creation_ts>
          <short_desc>Uncaught Exception: ReferenceError: Can&apos;t find variable: ListMultimap</short_desc>
          <delta_ts>2016-01-20 21:32:14 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Web Inspector</component>
          <version>WebKit Nightly Build</version>
          <rep_platform>All</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>DUPLICATE</resolution>
          <dup_id>144281</dup_id>
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>InRadar</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Devin Rousso">hi</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>bburg</cc>
    
    <cc>graouts</cc>
    
    <cc>joepeck</cc>
    
    <cc>mattbaker</cc>
    
    <cc>nvasilyev</cc>
    
    <cc>timothy</cc>
    
    <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1157150</commentid>
    <comment_count>0</comment_count>
    <who name="Devin Rousso">hi</who>
    <bug_when>2016-01-20 18:04:01 -0800</bug_when>
    <thetext>Looking at the console, it seems as though defining a function using a keyword value with ES6 classes throws an error:

Base/ListMultimap.js:56: CONSOLE ERROR SyntaxError: Unexpected keyword &apos;delete&apos;
Debug/UncaughtExceptionReporter.js:56:22: CONSOLE ERROR ReferenceError: Can&apos;t find variable: parseURL
Base/Object.js:52:46: CONSOLE ERROR ReferenceError: Can&apos;t find variable: ListMultimap
Main.html:1:21: CONSOLE ERROR ReferenceError: Can&apos;t find variable: InspectorFrontendAPI
Main.html:1:21: CONSOLE ERROR ReferenceError: Can&apos;t find variable: InspectorFrontendAPI
Main.html:1:21: CONSOLE ERROR ReferenceError: Can&apos;t find variable: InspectorFrontendAPI
Main.html:1:21: CONSOLE ERROR ReferenceError: Can&apos;t find variable: InspectorFrontendAPI
Protocol/InspectorBackendCommands.js:32:17: CONSOLE ERROR ReferenceError: Can&apos;t find variable: InspectorBackend
Base/Main.js:59:25: CONSOLE ERROR ReferenceError: Can&apos;t find variable: InspectorBackend

-------
Auto-generated details:

Inspected URL:        (unknown)
Loading completed:    false
Frontend User Agent:  Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/602.1.16+ (KHTML, like Gecko)
Uncaught exceptions:
 - ReferenceError: Can&apos;t find variable: ListMultimap (at Object.js:52:46)
 - ReferenceError: Can&apos;t find variable: InspectorBackend (at InspectorBackendCommands.js:32:17)
 - ReferenceError: Can&apos;t find variable: InspectorBackend (at Main.js:59:25)
-------</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1157151</commentid>
    <comment_count>1</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2016-01-20 18:04:15 -0800</bug_when>
    <thetext>&lt;rdar://problem/24270996&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1157157</commentid>
    <comment_count>2</comment_count>
    <who name="Joseph Pecoraro">joepeck</who>
    <bug_when>2016-01-20 18:16:12 -0800</bug_when>
    <thetext>Do you have an out of date JavaScriptCore? Maybe you just need to rebuild everything? 

This was fixed a while ago via bug 144281:
&lt;https://webkit.org/b/144281&gt; keywords (&quot;super&quot;, &quot;delete&quot;, etc) should be valid method names
https://trac.webkit.org/changeset/194881</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1157165</commentid>
    <comment_count>3</comment_count>
    <who name="Devin Rousso">hi</who>
    <bug_when>2016-01-20 19:04:30 -0800</bug_when>
    <thetext>(In reply to comment #2)
&gt; Do you have an out of date JavaScriptCore? Maybe you just need to rebuild
&gt; everything? 
&gt; 
&gt; This was fixed a while ago via bug 144281:
&gt; &lt;https://webkit.org/b/144281&gt; keywords (&quot;super&quot;, &quot;delete&quot;, etc) should be
&gt; valid method names
&gt; https://trac.webkit.org/changeset/194881

Ah...I haven&apos;t built JSC in a while, so that is very possible.  I&apos;ll try rebuilding tonight and see.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1157209</commentid>
    <comment_count>4</comment_count>
    <who name="Devin Rousso">hi</who>
    <bug_when>2016-01-20 21:32:14 -0800</bug_when>
    <thetext>(In reply to comment #3)
&gt; (In reply to comment #2)
&gt; &gt; Do you have an out of date JavaScriptCore? Maybe you just need to rebuild
&gt; &gt; everything? 
&gt; &gt; 
&gt; &gt; This was fixed a while ago via bug 144281:
&gt; &gt; &lt;https://webkit.org/b/144281&gt; keywords (&quot;super&quot;, &quot;delete&quot;, etc) should be
&gt; &gt; valid method names
&gt; &gt; https://trac.webkit.org/changeset/194881
&gt; 
&gt; Ah...I haven&apos;t built JSC in a while, so that is very possible.  I&apos;ll try
&gt; rebuilding tonight and see.

Yup...totally works.

*** This bug has been marked as a duplicate of bug 144281 ***</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>