Chromium Code Reviews| Index: include/v8.h |
| diff --git a/include/v8.h b/include/v8.h |
| index 111f9cffd3655992b161fba4860e190d205c062d..83801265a0507f9994ec1b7b2f27ef8cf8959bdb 100644 |
| --- a/include/v8.h |
| +++ b/include/v8.h |
| @@ -2539,7 +2539,7 @@ class V8EXPORT Extension { // NOLINT |
| // Note that the strings passed into this constructor must live as long |
| // as the Extension itself. |
| Extension(const char* name, |
| - const char* source, |
| + const char* source = 0, |
| int dep_count = 0, |
| const char** deps = 0, |
| int source_length = -1); |