Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(90)

Unified Diff: extensions/renderer/v8_context_native_handler.h

Issue 1231803002: extension: Checks the security token of the V8 context at GetModuleSystem(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added a comment. Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: extensions/renderer/v8_context_native_handler.h
diff --git a/extensions/renderer/v8_context_native_handler.h b/extensions/renderer/v8_context_native_handler.h
index 77f68a60e8c5692c4ed2f5be5fa2cce9f4e9d8a8..640d3c277a07eeec51df78f957f6723f31d83efe 100644
--- a/extensions/renderer/v8_context_native_handler.h
+++ b/extensions/renderer/v8_context_native_handler.h
@@ -22,7 +22,6 @@ class V8ContextNativeHandler : public ObjectBackedNativeHandler {
void RunWithNativesEnabledModuleSystem(
const v8::FunctionCallbackInfo<v8::Value>& args);
- ScriptContext* context_;
Dispatcher* dispatcher_;
};
« no previous file with comments | « no previous file | extensions/renderer/v8_context_native_handler.cc » ('j') | extensions/renderer/v8_context_native_handler.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698