Commit 1109bb1d authored by dmazzoni@chromium.org's avatar dmazzoni@chromium.org

Pass the right notification enum to WebAccessibility::DebugString.

BUG=none
TEST=none

Review URL: http://codereview.chromium.org/8351010

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107074 0039d316-1c4b-4281-b951-d872f2087c98
parent e029cac0
......@@ -283,7 +283,7 @@ void RendererAccessibility::SendPendingAccessibilityNotifications() {
LOG(INFO) << "Accessibility update: "
<< param.acc_tree.DebugString(true,
routing_id(),
param.notification_type);
notification.type);
}
#endif
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment