<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[189883] trunk/Source</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://trac.webkit.org/projects/webkit/changeset/189883">189883</a></dd>
<dt>Author</dt> <dd>commit-queue@webkit.org</dd>
<dt>Date</dt> <dd>2015-09-16 16:25:22 -0700 (Wed, 16 Sep 2015)</dd>
</dl>

<h3>Log Message</h3>
<pre>Web Inspector: Fix common typo &quot;supress&quot; =&gt; &quot;suppress&quot;
https://bugs.webkit.org/show_bug.cgi?id=149199

Patch by Joseph Pecoraro &lt;pecoraro@apple.com&gt; on 2015-09-16
Reviewed by Gyuyoung Kim.

Source/WebCore:

* html/shadow/ContentDistributor.h:
(WebCore::ContentDistributor::needsDistribution):
* page/ContentSecurityPolicy.cpp:
(WebCore::ContentSecurityPolicy::reportViolation):
* platform/NotImplemented.h:
* platform/graphics/ca/win/LayerChangesFlusher.cpp:
(WebCore::LayerChangesFlusher::hookCallback):
* platform/mac/HIDGamepadProvider.cpp:
(WebCore::HIDGamepadProvider::deviceRemoved):
* platform/win/makesafeseh.asm:

Source/WebInspectorUI:

* UserInterface/Views/DataGrid.js:
(WebInspector.DataGridNode.prototype.select):
(WebInspector.DataGridNode.prototype.deselect):
* UserInterface/Views/SearchBar.js:
(WebInspector.SearchBar):

Source/WebKit2:

* PluginProcess/mac/PluginProcessMac.mm:
(WebKit::PluginProcess::platformInitializeProcess):</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkSourceWebCoreChangeLog">trunk/Source/WebCore/ChangeLog</a></li>
<li><a href="#trunkSourceWebCorehtmlshadowContentDistributorh">trunk/Source/WebCore/html/shadow/ContentDistributor.h</a></li>
<li><a href="#trunkSourceWebCorepageContentSecurityPolicycpp">trunk/Source/WebCore/page/ContentSecurityPolicy.cpp</a></li>
<li><a href="#trunkSourceWebCoreplatformNotImplementedh">trunk/Source/WebCore/platform/NotImplemented.h</a></li>
<li><a href="#trunkSourceWebCoreplatformgraphicscawinLayerChangesFlushercpp">trunk/Source/WebCore/platform/graphics/ca/win/LayerChangesFlusher.cpp</a></li>
<li><a href="#trunkSourceWebCoreplatformmacHIDGamepadProvidercpp">trunk/Source/WebCore/platform/mac/HIDGamepadProvider.cpp</a></li>
<li><a href="#trunkSourceWebCoreplatformwinmakesafesehasm">trunk/Source/WebCore/platform/win/makesafeseh.asm</a></li>
<li><a href="#trunkSourceWebInspectorUIChangeLog">trunk/Source/WebInspectorUI/ChangeLog</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceViewsDataGridjs">trunk/Source/WebInspectorUI/UserInterface/Views/DataGrid.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceViewsSearchBarjs">trunk/Source/WebInspectorUI/UserInterface/Views/SearchBar.js</a></li>
<li><a href="#trunkSourceWebKit2ChangeLog">trunk/Source/WebKit2/ChangeLog</a></li>
<li><a href="#trunkSourceWebKit2PluginProcessmacPluginProcessMacmm">trunk/Source/WebKit2/PluginProcess/mac/PluginProcessMac.mm</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkSourceWebCoreChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/ChangeLog (189882 => 189883)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/ChangeLog        2015-09-16 23:05:47 UTC (rev 189882)
+++ trunk/Source/WebCore/ChangeLog        2015-09-16 23:25:22 UTC (rev 189883)
</span><span class="lines">@@ -1,3 +1,21 @@
</span><ins>+2015-09-16  Joseph Pecoraro  &lt;pecoraro@apple.com&gt;
+
+        Web Inspector: Fix common typo &quot;supress&quot; =&gt; &quot;suppress&quot;
+        https://bugs.webkit.org/show_bug.cgi?id=149199
+
+        Reviewed by Gyuyoung Kim.
+
+        * html/shadow/ContentDistributor.h:
+        (WebCore::ContentDistributor::needsDistribution):
+        * page/ContentSecurityPolicy.cpp:
+        (WebCore::ContentSecurityPolicy::reportViolation):
+        * platform/NotImplemented.h:
+        * platform/graphics/ca/win/LayerChangesFlusher.cpp:
+        (WebCore::LayerChangesFlusher::hookCallback):
+        * platform/mac/HIDGamepadProvider.cpp:
+        (WebCore::HIDGamepadProvider::deviceRemoved):
+        * platform/win/makesafeseh.asm:
+
</ins><span class="cx"> 2015-09-16  Chris Dumez  &lt;cdumez@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         WebIDL: Rename [ReturnNewObject] to [NewObject] and use it more consistently in DOM
</span></span></pre></div>
<a id="trunkSourceWebCorehtmlshadowContentDistributorh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/shadow/ContentDistributor.h (189882 => 189883)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/shadow/ContentDistributor.h        2015-09-16 23:05:47 UTC (rev 189882)
+++ trunk/Source/WebCore/html/shadow/ContentDistributor.h        2015-09-16 23:25:22 UTC (rev 189883)
</span><span class="lines">@@ -87,7 +87,7 @@
</span><span class="cx"> 
</span><span class="cx"> inline bool ContentDistributor::needsDistribution() const
</span><span class="cx"> {
</span><del>-    // During the invalidation, re-distribution should be supressed.
</del><ins>+    // During the invalidation, re-distribution should be suppressed.
</ins><span class="cx">     return m_validity != Valid &amp;&amp; m_validity != Invalidating;
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorepageContentSecurityPolicycpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/ContentSecurityPolicy.cpp (189882 => 189883)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/ContentSecurityPolicy.cpp        2015-09-16 23:05:47 UTC (rev 189882)
+++ trunk/Source/WebCore/page/ContentSecurityPolicy.cpp        2015-09-16 23:25:22 UTC (rev 189883)
</span><span class="lines">@@ -1638,7 +1638,7 @@
</span><span class="cx">     // directive that was violated. The document's URL is safe to send because
</span><span class="cx">     // it's the document itself that's requesting that it be sent. You could
</span><span class="cx">     // make an argument that we shouldn't send HTTPS document URLs to HTTP
</span><del>-    // report-uris (for the same reasons that we supress the Referer in that
</del><ins>+    // report-uris (for the same reasons that we suppress the Referer in that
</ins><span class="cx">     // case), but the Referer is sent implicitly whereas this request is only
</span><span class="cx">     // sent explicitly. As for which directive was violated, that's pretty
</span><span class="cx">     // harmless information.
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformNotImplementedh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/NotImplemented.h (189882 => 189883)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/NotImplemented.h        2015-09-16 23:05:47 UTC (rev 189882)
+++ trunk/Source/WebCore/platform/NotImplemented.h        2015-09-16 23:25:22 UTC (rev 189883)
</span><span class="lines">@@ -29,9 +29,9 @@
</span><span class="cx"> #include &lt;wtf/Assertions.h&gt;
</span><span class="cx"> 
</span><span class="cx"> #if PLATFORM(GTK) || PLATFORM(EFL)
</span><del>-    #define supressNotImplementedWarning() getenv(&quot;DISABLE_NI_WARNING&quot;)
</del><ins>+    #define suppressNotImplementedWarning() getenv(&quot;DISABLE_NI_WARNING&quot;)
</ins><span class="cx"> #else
</span><del>-    #define supressNotImplementedWarning() false
</del><ins>+    #define suppressNotImplementedWarning() false
</ins><span class="cx"> #endif
</span><span class="cx"> 
</span><span class="cx"> #if LOG_DISABLED
</span><span class="lines">@@ -44,7 +44,7 @@
</span><span class="cx"> 
</span><span class="cx"> #define notImplemented() do { \
</span><span class="cx">         static bool havePrinted = false; \
</span><del>-        if (!havePrinted &amp;&amp; !supressNotImplementedWarning()) { \
</del><ins>+        if (!havePrinted &amp;&amp; !suppressNotImplementedWarning()) { \
</ins><span class="cx">             WTFLogVerbose(__FILE__, __LINE__, WTF_PRETTY_FUNCTION, WebCore::notImplementedLoggingChannel(), &quot;UNIMPLEMENTED: &quot;); \
</span><span class="cx">             havePrinted = true; \
</span><span class="cx">         } \
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformgraphicscawinLayerChangesFlushercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/graphics/ca/win/LayerChangesFlusher.cpp (189882 => 189883)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/graphics/ca/win/LayerChangesFlusher.cpp        2015-09-16 23:05:47 UTC (rev 189882)
+++ trunk/Source/WebCore/platform/graphics/ca/win/LayerChangesFlusher.cpp        2015-09-16 23:25:22 UTC (rev 189883)
</span><span class="lines">@@ -70,10 +70,10 @@
</span><span class="cx"> 
</span><span class="cx"> LRESULT LayerChangesFlusher::hookCallback(int code, WPARAM wParam, LPARAM lParam)
</span><span class="cx"> {
</span><del>-    // Supress the exception handler Windows puts around all hook calls so we can 
</del><ins>+    // Suppress the exception handler Windows puts around all hook calls so we can 
</ins><span class="cx">     // crash for debugging purposes if an exception is hit. 
</span><span class="cx">     ExceptionRegistration registrationStruct; // Note: must be stack allocated.
</span><del>-    StructuredExceptionHandlerSuppressor supressor(registrationStruct);
</del><ins>+    StructuredExceptionHandlerSuppressor suppressor(registrationStruct);
</ins><span class="cx">     return singleton().hookFired(code, wParam, lParam);
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformmacHIDGamepadProvidercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/mac/HIDGamepadProvider.cpp (189882 => 189883)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/mac/HIDGamepadProvider.cpp        2015-09-16 23:05:47 UTC (rev 189882)
+++ trunk/Source/WebCore/platform/mac/HIDGamepadProvider.cpp        2015-09-16 23:25:22 UTC (rev 189883)
</span><span class="lines">@@ -203,7 +203,7 @@
</span><span class="cx">     ASSERT(removedGamepad);
</span><span class="cx"> 
</span><span class="cx">     // Any time we get a device removed callback we know it's a real event and not an 'already connected' event.
</span><del>-    // We should always stop supressing callbacks when we receive such an event.
</del><ins>+    // We should always stop suppressing callbacks when we receive such an event.
</ins><span class="cx">     m_shouldDispatchCallbacks = true;
</span><span class="cx"> 
</span><span class="cx">     for (auto&amp; client : m_clients)
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformwinmakesafesehasm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/win/makesafeseh.asm (189882 => 189883)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/win/makesafeseh.asm        2015-09-16 23:05:47 UTC (rev 189882)
+++ trunk/Source/WebCore/platform/win/makesafeseh.asm        2015-09-16 23:25:22 UTC (rev 189883)
</span><span class="lines">@@ -32,7 +32,7 @@
</span><span class="cx"> .386
</span><span class="cx"> .model FLAT, STDCALL
</span><span class="cx"> 
</span><del>-EXTERN exceptionHandler@16 : near   ; Defined in StructuredExceptionHandlerSupressor.cpp
</del><ins>+EXTERN exceptionHandler@16 : near   ; Defined in StructuredExceptionHandlerSuppressor.cpp
</ins><span class="cx"> 
</span><span class="cx"> exceptionHandlerThunk proto
</span><span class="cx"> .safeseh exceptionHandlerThunk
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/ChangeLog (189882 => 189883)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/ChangeLog        2015-09-16 23:05:47 UTC (rev 189882)
+++ trunk/Source/WebInspectorUI/ChangeLog        2015-09-16 23:25:22 UTC (rev 189883)
</span><span class="lines">@@ -1,5 +1,18 @@
</span><span class="cx"> 2015-09-16  Joseph Pecoraro  &lt;pecoraro@apple.com&gt;
</span><span class="cx"> 
</span><ins>+        Web Inspector: Fix common typo &quot;supress&quot; =&gt; &quot;suppress&quot;
+        https://bugs.webkit.org/show_bug.cgi?id=149199
+
+        Reviewed by Gyuyoung Kim.
+
+        * UserInterface/Views/DataGrid.js:
+        (WebInspector.DataGridNode.prototype.select):
+        (WebInspector.DataGridNode.prototype.deselect):
+        * UserInterface/Views/SearchBar.js:
+        (WebInspector.SearchBar):
+
+2015-09-16  Joseph Pecoraro  &lt;pecoraro@apple.com&gt;
+
</ins><span class="cx">         Web Inspector: Turn off line wrapping in resource text editors
</span><span class="cx">         https://bugs.webkit.org/show_bug.cgi?id=149121
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceViewsDataGridjs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Views/DataGrid.js (189882 => 189883)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Views/DataGrid.js        2015-09-16 23:05:47 UTC (rev 189882)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/DataGrid.js        2015-09-16 23:25:22 UTC (rev 189883)
</span><span class="lines">@@ -1722,7 +1722,7 @@
</span><span class="cx">         this.dispatchEventToListeners(&quot;revealed&quot;);
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    select(supressSelectedEvent)
</del><ins>+    select(suppressSelectedEvent)
</ins><span class="cx">     {
</span><span class="cx">         if (!this.dataGrid || !this.selectable || this.selected)
</span><span class="cx">             return;
</span><span class="lines">@@ -1736,7 +1736,7 @@
</span><span class="cx">         if (this._element)
</span><span class="cx">             this._element.classList.add(&quot;selected&quot;);
</span><span class="cx"> 
</span><del>-        if (!supressSelectedEvent)
</del><ins>+        if (!suppressSelectedEvent)
</ins><span class="cx">             this.dataGrid.dispatchEventToListeners(WebInspector.DataGrid.Event.SelectedNodeChanged);
</span><span class="cx">     }
</span><span class="cx"> 
</span><span class="lines">@@ -1746,7 +1746,7 @@
</span><span class="cx">         this.select();
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    deselect(supressDeselectedEvent)
</del><ins>+    deselect(suppressDeselectedEvent)
</ins><span class="cx">     {
</span><span class="cx">         if (!this.dataGrid || this.dataGrid.selectedNode !== this || !this.selected)
</span><span class="cx">             return;
</span><span class="lines">@@ -1757,7 +1757,7 @@
</span><span class="cx">         if (this._element)
</span><span class="cx">             this._element.classList.remove(&quot;selected&quot;);
</span><span class="cx"> 
</span><del>-        if (!supressDeselectedEvent)
</del><ins>+        if (!suppressDeselectedEvent)
</ins><span class="cx">             this.dataGrid.dispatchEventToListeners(WebInspector.DataGrid.Event.SelectedNodeChanged);
</span><span class="cx">     }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceViewsSearchBarjs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Views/SearchBar.js (189882 => 189883)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Views/SearchBar.js        2015-09-16 23:05:47 UTC (rev 189882)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/SearchBar.js        2015-09-16 23:25:22 UTC (rev 189883)
</span><span class="lines">@@ -25,7 +25,7 @@
</span><span class="cx"> 
</span><span class="cx"> WebInspector.SearchBar = class SearchBar extends WebInspector.NavigationItem
</span><span class="cx"> {
</span><del>-    constructor(identifier, placeholder, delegate, supressIncremental)
</del><ins>+    constructor(identifier, placeholder, delegate, suppressIncremental)
</ins><span class="cx">     {
</span><span class="cx">         super(identifier);
</span><span class="cx"> 
</span><span class="lines">@@ -39,7 +39,7 @@
</span><span class="cx">         this._searchInput = this._element.appendChild(document.createElement(&quot;input&quot;));
</span><span class="cx">         this._searchInput.type = &quot;search&quot;;
</span><span class="cx">         this._searchInput.spellcheck = false;
</span><del>-        this._searchInput.incremental = !supressIncremental;
</del><ins>+        this._searchInput.incremental = !suppressIncremental;
</ins><span class="cx">         this._searchInput.setAttribute(&quot;results&quot;, 5);
</span><span class="cx">         this._searchInput.setAttribute(&quot;autosave&quot;, identifier + &quot;-autosave&quot;);
</span><span class="cx">         this._searchInput.setAttribute(&quot;placeholder&quot;, placeholder);
</span></span></pre></div>
<a id="trunkSourceWebKit2ChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/ChangeLog (189882 => 189883)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/ChangeLog        2015-09-16 23:05:47 UTC (rev 189882)
+++ trunk/Source/WebKit2/ChangeLog        2015-09-16 23:25:22 UTC (rev 189883)
</span><span class="lines">@@ -1,3 +1,13 @@
</span><ins>+2015-09-16  Joseph Pecoraro  &lt;pecoraro@apple.com&gt;
+
+        Web Inspector: Fix common typo &quot;supress&quot; =&gt; &quot;suppress&quot;
+        https://bugs.webkit.org/show_bug.cgi?id=149199
+
+        Reviewed by Gyuyoung Kim.
+
+        * PluginProcess/mac/PluginProcessMac.mm:
+        (WebKit::PluginProcess::platformInitializeProcess):
+
</ins><span class="cx"> 2015-09-16  Dan Bernstein  &lt;mitz@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         [iOS] Inline implementation of -[WKImagePreviewViewController previewActions]
</span></span></pre></div>
<a id="trunkSourceWebKit2PluginProcessmacPluginProcessMacmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/PluginProcess/mac/PluginProcessMac.mm (189882 => 189883)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/PluginProcess/mac/PluginProcessMac.mm        2015-09-16 23:05:47 UTC (rev 189882)
+++ trunk/Source/WebKit2/PluginProcess/mac/PluginProcessMac.mm        2015-09-16 23:25:22 UTC (rev 189883)
</span><span class="lines">@@ -440,7 +440,7 @@
</span><span class="cx"> 
</span><span class="cx">     m_pluginBundleIdentifier = CFBundleGetIdentifier(pluginBundle.get());
</span><span class="cx"> 
</span><del>-    // FIXME: Workaround for Java not liking its plugin process to be supressed - &lt;rdar://problem/14267843&gt;
</del><ins>+    // FIXME: Workaround for Java not liking its plugin process to be suppressed - &lt;rdar://problem/14267843&gt;
</ins><span class="cx">     if (m_pluginBundleIdentifier == &quot;com.oracle.java.JavaAppletPlugin&quot;)
</span><span class="cx">         (new UserActivity(&quot;com.oracle.java.JavaAppletPlugin&quot;))-&gt;start();
</span><span class="cx"> }
</span></span></pre>
</div>
</div>

</body>
</html>