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

Unified Diff: third_party/WebKit/Source/modules/plugins/DOMPluginArray.cpp

Issue 2591043004: Replace DOMWindowProperty in modules/plugins/ with ContextClient (Closed)
Patch Set: Created 4 years 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/modules/plugins/DOMPluginArray.h ('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/modules/plugins/DOMPluginArray.cpp
diff --git a/third_party/WebKit/Source/modules/plugins/DOMPluginArray.cpp b/third_party/WebKit/Source/modules/plugins/DOMPluginArray.cpp
index e390dd63dee0e06c1201d909e045302072e701eb..8fa5d5a809fc9458c42394cf398737e60f810ee1 100644
--- a/third_party/WebKit/Source/modules/plugins/DOMPluginArray.cpp
+++ b/third_party/WebKit/Source/modules/plugins/DOMPluginArray.cpp
@@ -28,10 +28,10 @@
namespace blink {
-DOMPluginArray::DOMPluginArray(LocalFrame* frame) : DOMWindowProperty(frame) {}
+DOMPluginArray::DOMPluginArray(LocalFrame* frame) : ContextClient(frame) {}
DEFINE_TRACE(DOMPluginArray) {
- DOMWindowProperty::trace(visitor);
+ ContextClient::trace(visitor);
}
unsigned DOMPluginArray::length() const {
« no previous file with comments | « third_party/WebKit/Source/modules/plugins/DOMPluginArray.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698