| Index: ct/go/util/constants.go
|
| diff --git a/ct/go/util/constants.go b/ct/go/util/constants.go
|
| index 3484a4dbdb4abc3935b8d143fa5e332673d7ac12..6d830f0cd23131e2d8c68dcd3d36fd7ea15bef77 100644
|
| --- a/ct/go/util/constants.go
|
| +++ b/ct/go/util/constants.go
|
| @@ -196,6 +196,7 @@ const (
|
| CAPTURE_ARCHIVES_ISOLATE = "capture_archives.isolate"
|
| CAPTURE_SKPS_ISOLATE = "capture_skps.isolate"
|
| CAPTURE_SKPS_FROM_PDFS_ISOLATE = "capture_skps_from_pdfs.isolate"
|
| + RUN_LUA_ISOLATE = "run_lua.isolate"
|
| )
|
|
|
| type PagesetTypeInfo struct {
|
|
|