Bug 162519

Summary: Web Inspector: Fix typo in event name
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: Web InspectorAssignee: Joseph Pecoraro <joepeck>
Status: RESOLVED FIXED    
Severity: Normal CC: bburg, commit-queue, joepeck, mattbaker, nvasilyev, timothy, webkit-bug-importer
Priority: P2 Keywords: DoNotImportToRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
Attachments:
Description Flags
[PATCH] Proposed Fix none

Description Joseph Pecoraro 2016-09-23 16:33:32 PDT
Fix typo in event name

Warnings in Console:

CONSOLE ERROR Object.addEventListener: invalid event type  undefined (listener:  function _inlineSwatchDeactivated()
    {
        this._hasActiveInlineSwatchEditor = false;
    } thisObject:  [object Object] )
Comment 1 Joseph Pecoraro 2016-09-23 16:35:58 PDT
Created attachment 289720 [details]
[PATCH] Proposed Fix
Comment 2 Matt Baker 2016-09-23 16:36:42 PDT
Comment on attachment 289720 [details]
[PATCH] Proposed Fix

r=me
Comment 3 WebKit Commit Bot 2016-09-23 17:09:19 PDT
Comment on attachment 289720 [details]
[PATCH] Proposed Fix

Clearing flags on attachment: 289720

Committed r206339: <http://trac.webkit.org/changeset/206339>
Comment 4 WebKit Commit Bot 2016-09-23 17:09:23 PDT
All reviewed patches have been landed.  Closing bug.