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

Unified Diff: public/DEPS

Issue 168963003: Make WebPrivatePtr capable of wrapping garbage collected objects. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Temporarily drop back to using .reset() instead of nullptr. Created 6 years, 10 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: public/DEPS
diff --git a/public/DEPS b/public/DEPS
index 4e83c6f1263db862d79092062a5bcb8b3ea233cd..01d2d6f002303b9905a09a2e6ea6239846f0cb48 100644
--- a/public/DEPS
+++ b/public/DEPS
@@ -1,3 +1,4 @@
include_rules = [
+ "+heap",
"+wtf",
]

Powered by Google App Engine
This is Rietveld 408576698