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

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: Reentrant -> Plugin 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..5004061cad428d86023bb77265a166b5e8b29120 100644
--- a/Source/platform/blink_platform.gypi
+++ b/Source/platform/blink_platform.gypi
@@ -93,6 +93,8 @@
'PlatformTouchEvent.h',
'PlatformTouchPoint.h',
'PlatformWheelEvent.h',
+ 'PluginScriptForbiddenScope.cpp',
+ 'PluginScriptForbiddenScope.h',
'PopupMenu.h',
'PopupMenuStyle.h',
'Prerender.cpp',

Powered by Google App Engine
This is Rietveld 408576698