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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/ScopedPersistent.h

Issue 2819613002: Remove last remaining references to v8::Handle (all in comments/docs) in Blink. (Closed)
Patch Set: Created 3 years, 8 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
« no previous file with comments | « third_party/WebKit/Source/bindings/IDLExtendedAttributes.md ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/bindings/core/v8/ScopedPersistent.h
diff --git a/third_party/WebKit/Source/bindings/core/v8/ScopedPersistent.h b/third_party/WebKit/Source/bindings/core/v8/ScopedPersistent.h
index 3d5872a04dec9ac1ceaec27e74660a3da3dda594..51ffd6ea861a1c3388a742e9d4917ccbfa08835a 100644
--- a/third_party/WebKit/Source/bindings/core/v8/ScopedPersistent.h
+++ b/third_party/WebKit/Source/bindings/core/v8/ScopedPersistent.h
@@ -85,7 +85,7 @@ class ScopedPersistent {
handle_.Reset(isolate, handle);
}
- // Note: This is clear in the std::unique_ptr sense, not the v8::Handle sense.
+ // Note: This is clear in the std::unique_ptr sense, not the v8::Local sense.
void Clear() { handle_.Reset(); }
bool operator==(const ScopedPersistent<T>& other) {
« no previous file with comments | « third_party/WebKit/Source/bindings/IDLExtendedAttributes.md ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698