Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / devtools / front_end / components / SearchableView.js
index a647c77..dd4021a 100644 (file)
@@ -192,7 +192,7 @@ WebInspector.SearchableView.prototype = {
     },
 
     /**
-     * @param {?Event} event
+     * @param {!Event} event
      */
     _onKeyDown: function(event)
     {
@@ -399,7 +399,7 @@ WebInspector.SearchableView.prototype = {
     },
 
     /**
-     * @param {?Event} event
+     * @param {!Event} event
      */
     _onSearchFieldManualFocus: function(event)
     {
@@ -407,7 +407,7 @@ WebInspector.SearchableView.prototype = {
     },
 
     /**
-     * @param {?Event} event
+     * @param {!Event} event
      */
     _onSearchKeyDown: function(event)
     {
@@ -421,7 +421,7 @@ WebInspector.SearchableView.prototype = {
     },
 
     /**
-     * @param {?Event} event
+     * @param {!Event} event
      */
     _onReplaceKeyDown: function(event)
     {