Bug 162519 - Web Inspector: Fix typo in event name
Summary: Web Inspector: Fix typo in event name
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Joseph Pecoraro
URL:
Keywords: DoNotImportToRadar
Depends on:
Blocks:
 
Reported: 2016-09-23 16:33 PDT by Joseph Pecoraro
Modified: 2016-09-23 17:09 PDT (History)
7 users (show)

See Also:


Attachments
[PATCH] Proposed Fix (1.64 KB, patch)
2016-09-23 16:35 PDT, Joseph Pecoraro
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.