| Index: src/defaults.cc
|
| diff --git a/src/defaults.cc b/src/defaults.cc
|
| index a03cf69b088e4f7cfa0b65f5635edd43670f61e7..6bfbfef5e7de0876384cabc669c4c5f9ca9fb3c9 100644
|
| --- a/src/defaults.cc
|
| +++ b/src/defaults.cc
|
| @@ -37,6 +37,7 @@
|
| namespace v8 {
|
|
|
|
|
| +// TODO(rmcilroy): Remove this function once it is no longer used in Chrome.
|
| bool ConfigureResourceConstraintsForCurrentPlatform(
|
| ResourceConstraints* constraints) {
|
| if (constraints == NULL) {
|
| @@ -60,6 +61,7 @@ bool ConfigureResourceConstraintsForCurrentPlatform(
|
| }
|
|
|
|
|
| +// TODO(rmcilroy): Remove this function once it is no longer used in Chrome.
|
| bool SetDefaultResourceConstraintsForCurrentPlatform() {
|
| ResourceConstraints constraints;
|
| if (!ConfigureResourceConstraintsForCurrentPlatform(&constraints))
|
|
|