repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
IndexedDB: Protect against use-after-free in ChainedBlobWriter.
[chromium-blink-merge.git]
/
tools
/
telemetry
/
unittest_data
/
system_stub_test_module.py
blob
97e3ef35fa138d5d56bb5766dd890fe806ff8af4
1
# Copyright 2015 The Chromium Authors. All rights reserved.
2
# Use of this source code is governed by a BSD-style license that can be
3
# found in the LICENSE file.
4
class
SystemStubTest
(
object
):
5
@staticmethod
6
def
TestOpen
(
file_path
):
7
return
open
(
file_path
)