Index: src/stub-cache.h |
diff --git a/src/stub-cache.h b/src/stub-cache.h |
index c47cab719143965623ab839ffa4536dbf0c7a2cf..e4a9e955fcdceff2d6a7a0ee48d03646146d2eb9 100644 |
--- a/src/stub-cache.h |
+++ b/src/stub-cache.h |
@@ -626,7 +626,8 @@ class KeyedStoreStubCompiler: public StubCompiler { |
V(String.prototype, charCodeAt, StringCharCodeAt) \ |
V(String.prototype, charAt, StringCharAt) \ |
V(String, fromCharCode, StringFromCharCode) \ |
- V(Math, floor, MathFloor) |
+ V(Math, floor, MathFloor) \ |
+ V(Math, abs, MathAbs) |
class CallStubCompiler: public StubCompiler { |