Chromium Code Reviews| Index: src/d8.h |
| diff --git a/src/d8.h b/src/d8.h |
| index 30f04c750cb190d246dea29b31e19b1c70a00bb7..de1fe0de76645b78bf8e1f5978b512c5a16b177a 100644 |
| --- a/src/d8.h |
| +++ b/src/d8.h |
| @@ -138,6 +138,10 @@ class Shell: public i::AllStatic { |
| static Handle<Value> DebugCommandToJSONRequest(Handle<String> command); |
| #endif |
| +#ifdef WIN32 |
| +#undef Yield |
| +#endif |
| + |
| static Handle<Value> Print(const Arguments& args); |
| static Handle<Value> Write(const Arguments& args); |
| static Handle<Value> Yield(const Arguments& args); |