Title: [258848] trunk/Source/WebInspectorUI
Revision
258848
Author
[email protected]
Date
2020-03-23 09:15:39 -0700 (Mon, 23 Mar 2020)

Log Message

Web Inspector: Uncaught Exception: TypeError: this._springEditor.removeListeners is not a function. (In 'this._springEditor.removeListeners()', 'this._springEditor.removeListeners' is undefined)
https://bugs.webkit.org/show_bug.cgi?id=209325

Reviewed by Brian Burg.

* UserInterface/Controllers/CodeMirrorSpringEditingController.js:
(WI.CodeMirrorSpringEditingController.prototype.popoverDidDismiss): Deleted.

Modified Paths

Diff

Modified: trunk/Source/WebInspectorUI/ChangeLog (258847 => 258848)


--- trunk/Source/WebInspectorUI/ChangeLog	2020-03-23 16:08:50 UTC (rev 258847)
+++ trunk/Source/WebInspectorUI/ChangeLog	2020-03-23 16:15:39 UTC (rev 258848)
@@ -1,3 +1,13 @@
+2020-03-23  Devin Rousso  <[email protected]>
+
+        Web Inspector: Uncaught Exception: TypeError: this._springEditor.removeListeners is not a function. (In 'this._springEditor.removeListeners()', 'this._springEditor.removeListeners' is undefined)
+        https://bugs.webkit.org/show_bug.cgi?id=209325
+
+        Reviewed by Brian Burg.
+
+        * UserInterface/Controllers/CodeMirrorSpringEditingController.js:
+        (WI.CodeMirrorSpringEditingController.prototype.popoverDidDismiss): Deleted.
+
 2020-03-22  Devin Rousso  <[email protected]>
 
         Web Inspector: Uncaught Exception: Right side of assignment cannot be destructured (at QuickConsole.js:358:30)

Modified: trunk/Source/WebInspectorUI/UserInterface/Controllers/CodeMirrorSpringEditingController.js (258847 => 258848)


--- trunk/Source/WebInspectorUI/UserInterface/Controllers/CodeMirrorSpringEditingController.js	2020-03-23 16:08:50 UTC (rev 258847)
+++ trunk/Source/WebInspectorUI/UserInterface/Controllers/CodeMirrorSpringEditingController.js	2020-03-23 16:15:39 UTC (rev 258848)
@@ -49,11 +49,6 @@
         this._springEditor.spring = this.value;
     }
 
-    popoverDidDismiss(popover)
-    {
-        this._springEditor.removeListeners();
-    }
-
     // Private
 
     _springEditorSpringChanged(event)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to