Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / resources / ntp4 / tile_page.js
index df809bd..6038c4f 100644 (file)
@@ -1372,7 +1372,7 @@ cr.define('ntp', function() {
      * @param {number} index The tile index at which the drop occurred.
      */
     addDragData: function(dataTransfer, index) {
-      assert(false);
+      assertNotReached();
     },
 
     /**
@@ -1390,7 +1390,7 @@ cr.define('ntp', function() {
      * @param {Object} dataTransfer The drag event dataTransfer object.
      */
     setDropEffect: function(dataTransfer) {
-      assert(false);
+      assertNotReached();
     },
   };