Index: third_party/WebKit/Source/devtools/front_end/platform/utilities.js |
diff --git a/third_party/WebKit/Source/devtools/front_end/platform/utilities.js b/third_party/WebKit/Source/devtools/front_end/platform/utilities.js |
index 23ed78cb293c69b136a8ad445767e769a3dbe648..1edf9b970a48ff10343a6efb4712211a02eae093 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/platform/utilities.js |
+++ b/third_party/WebKit/Source/devtools/front_end/platform/utilities.js |
@@ -718,6 +718,10 @@ Object.defineProperty(Uint32Array.prototype, 'lowerBound', {value: Array.prototy |
Object.defineProperty(Uint32Array.prototype, 'upperBound', {value: Array.prototype.upperBound}); |
+Object.defineProperty(Int32Array.prototype, 'lowerBound', {value: Array.prototype.lowerBound}); |
+ |
+Object.defineProperty(Int32Array.prototype, 'upperBound', {value: Array.prototype.upperBound}); |
+ |
Object.defineProperty(Float64Array.prototype, 'lowerBound', {value: Array.prototype.lowerBound}); |
Object.defineProperty(Array.prototype, 'binaryIndexOf', { |