blob: 7c8e8b29512cd1084e0a5bd90dde5ab32dba06ed (
plain)
1
2
3
4
5
6
7
8
9
|
// Copyright (c) 2009 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "webkit/tools/test_shell/test_shell_devtools_callargs.h"
// static
int TestShellDevToolsCallArgs::calls_count_ = 0;
|