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

Unified Diff: Source/platform/blink_platform.gypi

Issue 1170413003: Add a scoping object to help block scripting during plugin destruction. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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: Source/platform/blink_platform.gypi
diff --git a/Source/platform/blink_platform.gypi b/Source/platform/blink_platform.gypi
index 983ba11a78f48b8db12b98853aaca351083bf920..d0fb2d75e3fb87ff8861932a588e54638b409298 100644
--- a/Source/platform/blink_platform.gypi
+++ b/Source/platform/blink_platform.gypi
@@ -100,6 +100,8 @@
'PrerenderClient.h',
'PurgeableVector.cpp',
'PurgeableVector.h',
+ 'ReentrantScriptForbiddenScope.cpp',
+ 'ReentrantScriptForbiddenScope.h',
'RefCountedSupplement.h',
'ScriptForbiddenScope.cpp',
'ScriptForbiddenScope.h',

Powered by Google App Engine
This is Rietveld 408576698