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

Unified Diff: Source/bindings/v8/ScriptWrappable.h

Issue 26792002: Reland: Reland: Implement new Blink IDL attribute [SetReference] (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 2 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/bindings/v8/ScriptWrappable.h
diff --git a/Source/bindings/v8/ScriptWrappable.h b/Source/bindings/v8/ScriptWrappable.h
index b60fbba1e9c87212452e9a2c96a280735f2e9fac..b00844ef564c9eab327264e93014eecdf30f522c 100644
--- a/Source/bindings/v8/ScriptWrappable.h
+++ b/Source/bindings/v8/ScriptWrappable.h
@@ -150,7 +150,7 @@ protected:
m_wrapperOrTypeInfo = 0; // Break UAF attempts to wrap.
}
-private:
+public://private:
haraken 2013/10/10 06:08:32 Fix this.
kouhei (in TOK) 2013/10/10 06:20:02 Done.
// For calling unsafePersistent and getWrapperFromObject.
friend class MinorGCWrapperVisitor;
friend class DOMDataStore;

Powered by Google App Engine
This is Rietveld 408576698