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

Unified Diff: content/shell/renderer/test_runner/accessibility_controller.h

Issue 1113783002: Use Local instead of Handle in src/content/* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
Index: content/shell/renderer/test_runner/accessibility_controller.h
diff --git a/content/shell/renderer/test_runner/accessibility_controller.h b/content/shell/renderer/test_runner/accessibility_controller.h
index 5ea475fc9acac1c4fedc6d6431d3b2f47ffe0cbc..e76cd68eb0b34d0f0dd6c89e9563c7f5887875c2 100644
--- a/content/shell/renderer/test_runner/accessibility_controller.h
+++ b/content/shell/renderer/test_runner/accessibility_controller.h
@@ -43,13 +43,13 @@ class AccessibilityController :
// Bound methods and properties
void LogAccessibilityEvents();
- void SetNotificationListener(v8::Handle<v8::Function> callback);
+ void SetNotificationListener(v8::Local<v8::Function> callback);
void UnsetNotificationListener();
- v8::Handle<v8::Object> FocusedElement();
- v8::Handle<v8::Object> RootElement();
- v8::Handle<v8::Object> AccessibleElementById(const std::string& id);
+ v8::Local<v8::Object> FocusedElement();
+ v8::Local<v8::Object> RootElement();
+ v8::Local<v8::Object> AccessibleElementById(const std::string& id);
- v8::Handle<v8::Object> FindAccessibleElementByIdRecursive(
+ v8::Local<v8::Object> FindAccessibleElementByIdRecursive(
const blink::WebAXObject&, const blink::WebString& id);
// If true, will log all accessibility notifications.
« no previous file with comments | « content/shell/renderer/layout_test/gc_controller.cc ('k') | content/shell/renderer/test_runner/accessibility_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698