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

Unified Diff: third_party/WebKit/Source/modules/imagecapture/ImageCapture.h

Issue 2265873003: binding: Moves hasPendingActivity from ActiveScriptWrappable to ScriptWrappable. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed review comments. Created 4 years, 4 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: third_party/WebKit/Source/modules/imagecapture/ImageCapture.h
diff --git a/third_party/WebKit/Source/modules/imagecapture/ImageCapture.h b/third_party/WebKit/Source/modules/imagecapture/ImageCapture.h
index fd4c25004cd57be9d8bbd455da5d1ad67cfad7bd..3277e448730ddffe4de3da00da3113dde4594f6b 100644
--- a/third_party/WebKit/Source/modules/imagecapture/ImageCapture.h
+++ b/third_party/WebKit/Source/modules/imagecapture/ImageCapture.h
@@ -38,7 +38,7 @@ public:
const AtomicString& interfaceName() const override;
ExecutionContext* getExecutionContext() const override;
- // ActiveScriptWrappable implementation.
+ // ScriptWrappable implementation.
bool hasPendingActivity() const final;
// ContextLifecycleObserver

Powered by Google App Engine
This is Rietveld 408576698