Bug 149199

Summary: Web Inspector: Fix common typo "supress" => "suppress"
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: WebCore Misc.Assignee: Joseph Pecoraro <joepeck>
Status: RESOLVED FIXED    
Severity: Normal CC: bburg, commit-queue, esprehn+autocc, gyuyoung.kim, mkwst, simon.fraser
Priority: P2    
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
Attachments:
Description Flags
[PATCH] Proposed Fix none

Description Joseph Pecoraro 2015-09-15 17:53:20 PDT
Fix common typo "supress" => "suppress".
Comment 1 Joseph Pecoraro 2015-09-15 17:57:00 PDT
Created attachment 261273 [details]
[PATCH] Proposed Fix

I didn't check LayoutTests, of which I know there are some.
Comment 2 WebKit Commit Bot 2015-09-15 17:59:22 PDT
Attachment 261273 [details] did not pass style-queue:


ERROR: Source/WebCore/platform/NotImplemented.h:32:  preprocessor directives (e.g., #ifdef, #define, #import) should never be indented.  [whitespace/indent] [4]
ERROR: Source/WebCore/platform/NotImplemented.h:34:  preprocessor directives (e.g., #ifdef, #define, #import) should never be indented.  [whitespace/indent] [4]
ERROR: Source/WebCore/platform/NotImplemented.h:47:  Multi line control clauses should use braces.  [whitespace/braces] [4]
Total errors found: 3 in 12 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 WebKit Commit Bot 2015-09-16 16:25:37 PDT
Comment on attachment 261273 [details]
[PATCH] Proposed Fix

Clearing flags on attachment: 261273

Committed r189883: <http://trac.webkit.org/changeset/189883>
Comment 4 WebKit Commit Bot 2015-09-16 16:25:41 PDT
All reviewed patches have been landed.  Closing bug.