Changeset 258848 in webkit


Ignore:
Timestamp:
Mar 23, 2020 9:15:39 AM (4 years ago)
Author:
Devin Rousso
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.

Location:
trunk/Source/WebInspectorUI
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebInspectorUI/ChangeLog

    r258818 r258848  
     12020-03-23  Devin Rousso  <drousso@apple.com>
     2
     3        Web Inspector: Uncaught Exception: TypeError: this._springEditor.removeListeners is not a function. (In 'this._springEditor.removeListeners()', 'this._springEditor.removeListeners' is undefined)
     4        https://bugs.webkit.org/show_bug.cgi?id=209325
     5
     6        Reviewed by Brian Burg.
     7
     8        * UserInterface/Controllers/CodeMirrorSpringEditingController.js:
     9        (WI.CodeMirrorSpringEditingController.prototype.popoverDidDismiss): Deleted.
     10
    1112020-03-22  Devin Rousso  <drousso@apple.com>
    212
  • trunk/Source/WebInspectorUI/UserInterface/Controllers/CodeMirrorSpringEditingController.js

    r221748 r258848  
    5050    }
    5151
    52     popoverDidDismiss(popover)
    53     {
    54         this._springEditor.removeListeners();
    55     }
    56 
    5752    // Private
    5853
Note: See TracChangeset for help on using the changeset viewer.