diff options
Diffstat (limited to 'chromium/v8/src/debug/debug-evaluate.h')
| -rw-r--r-- | chromium/v8/src/debug/debug-evaluate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/v8/src/debug/debug-evaluate.h b/chromium/v8/src/debug/debug-evaluate.h index 516a0dac7c2..608466e4860 100644 --- a/chromium/v8/src/debug/debug-evaluate.h +++ b/chromium/v8/src/debug/debug-evaluate.h @@ -84,7 +84,7 @@ class DebugEvaluate : public AllStatic { struct ContextChainElement { Handle<Context> wrapped_context; Handle<JSObject> materialized_object; - Handle<StringSet> blacklist; + Handle<StringSet> blocklist; }; Handle<Context> evaluation_context_; |
