Chromium Code Reviews| Index: include/v8.h |
| diff --git a/include/v8.h b/include/v8.h |
| index b210638871c08b4f1e9ef050f184b7307dbf639a..3c00ce2cfe9388d6ceb86439225b852a7dbf7565 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 = 0, |
| + const char* source, |
| int dep_count = 0, |
| const char** deps = 0, |
| int source_length = -1); |