Chromium Code Reviews| Index: include/v8.h |
| diff --git a/include/v8.h b/include/v8.h |
| index f0b627e7b79c16c05f5c64beedb572587889291e..ef6d8fa1d9307d7aacd556a12771c11b6246ca55 100644 |
| --- a/include/v8.h |
| +++ b/include/v8.h |
| @@ -3831,11 +3831,6 @@ class V8_EXPORT ResourceConstraints { |
| }; |
| -V8_DEPRECATED( |
| - "Use SetResourceConstraints(isolate, constraints) instead", |
| - bool V8_EXPORT SetResourceConstraints(ResourceConstraints* constraints)); |
| - |
| - |
| /** |
| * Sets the given ResourceConstraints on the given Isolate. |
| */ |